card.io-iOS-SDK
card.io-iOS-SDK copied to clipboard
Incorrect warning about suppressScanConfirmation blocking collectExpiry
If I set both suppressScanConfirmation and collectExpiry, then presenting the CardIOPaymentViewController logs the following to the console:
Warning: suppressScanConfirmation blocks collectExpiry.
But this is incorrect. Setting the properties this way causes CardIO to scan the expiration but not present manual entry. I can still retrieve the scanned expiration from the resulting CardIOCreditCardInfo.
I agree with @kballard