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
I added card io for add card by scanning for my app, but I noticed that for an android scan card taking too much time or even sometimes it's not scanning card, I tried so many cards but the same issue happen. below is the code of my app
I added card io for add card by scanning for my app, but I noticed that for an android scan card taking too much time or even sometimes it's not scanning card, I tried so many cards but the same issue happen. below is the code of my app
let config = {
suppressManualEntry: true,
suppressConfirmation: true,
requireExpiry: true,
requireCVV: true,
requireCardholderName: true
}
CardIOModule
.scanCard(config)
.then(card => {
})
.catch((e) => {})
is there anything config params which I need to add ? any help will be appreciated, Thank you
The text was updated successfully, but these errors were encountered: