Vijay Viswas

Results 4 comments of Vijay Viswas

@tomwhipple and @dgoldman-ebay My recommendation is expiry date limit should be same for iOS and Android card-io sdk so that SDK is consistent. For me this consistency issue is a...

@braebot & @dgoldman-ebay I think below conditional check will limit expiry date cut off to exactly 15 years including month. ``` if (expiryYear < thisYear) { return false; } if...

@braebot I don't have the link to iOS condition. I think @dgoldman-ebay might can able to provide iOS logic.