kraffslol / react-native-braintree-xplat

Cross-platform Braintree module for React Native
MIT License
81 stars 121 forks source link

Card validation in iOS #47

Closed edvinasbartkus closed 7 years ago

edvinasbartkus commented 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.

peterpme commented 7 years ago

:wave: any way I can help move this?

peterpme commented 7 years ago

:wave: @kraffslol anything I can do to help?

kraffslol commented 7 years ago

So sorry about the late response. I've been very busy as of late. Thanks for your contribution!