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
Expected behavior
validateExpiry return false even for valid dates
Additional context
I'm aware that there is a new version, but for now I'm working using capacitor v2, is it possible to know where I can fix the swift code.
Thank you :)
The text was updated successfully, but these errors were encountered:
Describe the bug
On the version 1.1.0 the validateExpiryDate always returns false on iOS
To Reproduce
const date: ValidateExpiryDateOptions = {
exp_month,
exp_year
}
async validateExpiry(date: ValidateExpiryDateOptions) {
return await Stripe.validateExpiryDate(date);
}
Expected behavior
validateExpiry return false even for valid dates
Additional context
I'm aware that there is a new version, but for now I'm working using capacitor v2, is it possible to know where I can fix the swift code.
Thank you :)
The text was updated successfully, but these errors were encountered: