flutter_stripe_payment icon indicating copy to clipboard operation
flutter_stripe_payment copied to clipboard

workaround to stripe api returning success instead of failed

Open sherpya opened this issue 5 years ago • 0 comments

when a 3d secure payment requests user interaction, the stripe api on android will not raise an error as on iOS

the current code makes dart part wait forever we return instead an error when at least there is a paymentIntent.lastPaymentError in the response

something needs to be done if paymentIntent.lastPaymentError is null (when?)

sherpya avatar Jun 30 '20 15:06 sherpya