Open sherpya opened 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?)
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?)