eopeter / flutter_stripe_payment

Add Stripe Payments to Flutter Application
Other
29 stars 27 forks source link

workaround to stripe api returning success instead of failed #22

Open sherpya opened 4 years ago

sherpya commented 4 years ago

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?)