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
Describe the bug
Creating Payment Method from Card on Andriod throws "Card details not complete". The below code works perfect on ios. I get the card details from the customer using card form field and then create payment method and then confirm payment method, it throws exception "incomplete card details" on the andriod.
To Reproduce
Steps to reproduce the behavior:
Use CardFormField and enter any testing card number
Create Payment Method from the card
StripeException(error: LocalizedErrorMessage(code: FailureCode.Failed, localizedMessage: Card details not complete, message: Card details not complete, stripeErrorCode: null, declineCode: null, type: null))
Additional context
It's perfectly working on ios but on the andriod it throws that the card details are incomplete, and exception is thrown from creatPaymentMethod catch fun.
Describe the bug
Creating Payment Method from Card on Andriod throws "Card details not complete". The below code works perfect on ios. I get the card details from the customer using card form field and then create payment method and then confirm payment method, it throws exception "incomplete card details" on the andriod.
To Reproduce
Steps to reproduce the behavior:
// ------ CARD FORM FIELD.
// -------- CREATING PAYMENT METHOD.
}
Expected behavior
Should return Payment Method.
Smartphone / tablet
Additional context
It's perfectly working on ios but on the andriod it throws that the card details are incomplete, and exception is thrown from creatPaymentMethod catch fun.
@ignatz @spendres @cornwe19 @asaarnak
The text was updated successfully, but these errors were encountered: