Closed edvinasbartkus closed 7 years ago
A long time ago I had this pull request which accepted CVV code when creating credit card: https://github.com/kraffslol/react-native-braintree-xplat/pull/6/files
However, validate method was called only on Android which created an inconsistency with iOS. By default, shouldValidate should be set to YES in order to validate card number and CVV code.
:wave: any way I can help move this?
:wave: @kraffslol anything I can do to help?
So sorry about the late response. I've been very busy as of late. Thanks for your contribution!
A long time ago I had this pull request which accepted CVV code when creating credit card: https://github.com/kraffslol/react-native-braintree-xplat/pull/6/files
However, validate method was called only on Android which created an inconsistency with iOS. By default, shouldValidate should be set to YES in order to validate card number and CVV code.