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

add redactedCardNumber for Android #9

Closed psyzz closed 7 years ago

psyzz commented 8 years ago

Hello, it will be cool to have 'redactedCardNumber' for android available too. We just need to add this line:

callbackDict.put("redactedCardNumber", scanResult.getRedactedCardNumber());

after:

callbackDict.put("cardNumber", scanResult.getFormattedCardNumber());