Closed ImranBug closed 9 years ago
This is not a bug and more like a question/request. In examples you are using a single expiry text field but is there a way to use select tag instead?
Never mind it was all there in the documentation.
payform.validateCardExpiry('05', '20'); //=> true payform.validateCardExpiry('05', '2015'); //=> true payform.validateCardExpiry('05', '05'); //=> false
This is not a bug and more like a question/request. In examples you are using a single expiry text field but is there a way to use select tag instead?