arskinner / Appcelerator-CardIO

Appcelerator wrapper for the Card.io credit card scanning library. Use the phone's camera to read credit card numbers and expiration dates.
Other
44 stars 25 forks source link

Support for Showing and Hiding CVV Field in Scan View #17

Closed sachincredible9 closed 7 years ago

sachincredible9 commented 7 years ago

Support for Managing (Showing / Hiding ) cvv field on Credit card details input View. This feature is require since some payment method do not require cvv field to be capture. Form Titanium now user can call function in following way. .scancard(callbackFunction); // Will show cvv field on Credit .scancard(callbackFunction,'N'); // Will Hide cvv field on Credit .scancard(callbackFunction,'Y'); // Will Show cvv field on Credit