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
I get a parsing error when calling the createPaymentMethod function and it says this:
type 'String' is not a subtype of type 'List<dynamic>?' in type cast
To Reproduce
Steps to reproduce the behavior:
Create token for US bank account
Call createPaymentMethod
Get error
Expected behavior
When creating a payment method with EU bank account using PaymentMethodParams.sepaDebit it works flawlessly, however, when creating an US one with PaymentMethodParams.usBankAccount I get the error.
Describe the bug
I get a parsing error when calling the createPaymentMethod function and it says this:
type 'String' is not a subtype of type 'List<dynamic>?' in type cast
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When creating a payment method with EU bank account using
PaymentMethodParams.sepaDebit
it works flawlessly, however, when creating an US one withPaymentMethodParams.usBankAccount
I get the error.Smartphone / tablet
Additional context
Here's my code:
The text was updated successfully, but these errors were encountered: