Hey C&P,
I'm working on a faas form and trying to push a custom payment type through
but I'm always getting redirected to an error page Cardnumber is invalid
I'm passing
<input name="PaymentType" type="hidden" id="PaymentType" value="CustomPayment" />
<input name="CustomPaymentName" type="hidden" value="Free Membership" /> Here's the WIP form:
And no CC# field.
Any suggestions?
I'm working on a faas form and trying to push a custom payment type through
but I'm always getting redirected to an error page Cardnumber is invalid
I'm passing
<input name="PaymentType" type="hidden" id="PaymentType" value="CustomPayment" />
<input name="CustomPaymentName" type="hidden" value="Free Membership" /> Here's the WIP form:
And no CC# field.
Any suggestions?
Comment