Emanuel Pörnbacher
Emanuel Pörnbacher
@jonasbark Any update on this ?? I was able to catch it now with catchError and do my things but is this the intended way to handle cancel events?
> > @jonasbark Any update on this ?? > > I was able to catch it now with catchError and do my things but is this the intended way to...
@lum3ll by simply catching the error and handling its code ``` paymentCall.then().catchError(handleError); void handleError(dynamic error) { if (error.code == 'purchaseCancelled' || error.code == 'cancelled') { print('payment cancelled'); showSnackBar('Payment cancelled by...
@lum3ll I assume you use the cardform. If so and you want to cancel that with a click outside then you just need to catch the exception right there. If...
I dont know then. Just try one level above or below to catch it. thats what I did until I catched it. I checked in my code and I have...
@zeromaro Im having the same issue as you. How did you resolve this or is this still an issue ? Also contacted Stripe today and they will look into this....
Thats unfortunate. I'll let you know if Im able to sort out a solution.
nope still nothing...seems impossible for connected accounts..
you can use my pull request where you can change the card input style and strings (only android because I dont have a macbook to change it for ios )...
still no answer...