This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Description
General information
- SDK/Library version: 2.1.0
- Platforms: Android
- Device OS Version and Device: Android 6
Issue description
CardIO.scan({
"requireExpiry":true,
"requireCVV":false,
"requirePostalCode":false,
"hideCardIOLogo":true,
"keepApplicationTheme":true,
"allowFreelyRotatingCardGuide":false,
"suppressConfirmation":true
},
cardScanComplete,
cardScanCancel);
upon successfull scan, cardScanCancel is called instead of cardScanComplete.
cardScanComplete is never called. Why would my scan always be canceled when it seems to do a successful scan??