You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
I need to remove manual button bottom in my app. I have use this code but "suppressManual" seems doesn't work for IOS (android it is ok):
CardIO.scan({
"expiry" : true,
"cvv" : false,
"zip" : false,
"suppressConfirm" : true,
"suppressManual" : true,
"hideLogo" : true
}, onCardIOComplete, onCardIOCancel);
Can anyone help me? Thanks in advance!
The text was updated successfully, but these errors were encountered: