-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment gets failed on back press. #5771
Comments
Hi @TalverseZaidi 👋 Thanks for sending this in. I can understand the confusion. For some context: When you call This is admittedly not a great behavior. Let me check in with the team and figure out how we can best improve it. |
Hi @tillh-stripe 👋 Thanks for your understanding. |
Hi @TalverseZaidi, I merged a fix just now. It’ll be part of the next release (presumably 20.15.5) next week. Feel free to reach out again if other issues come up. |
Thank you so much for understanding the problem and to find a better solution in no time. Really appreciated 👍 |
Hi there, I have a payment method of card whenever I do payment it shows a progress bar for processing and while showing progress bar If I presses the back button, it cancels my payment in the middle of processing, but it creates that payment on the backend successfully because confirmPayment is working fine and it is the PaymentResult which shows me the PaymentResult.Failed. I do not know why this is cancelling my payment.
I'm using latest version of the library 'com.stripe:stripe-android:20.15.3'
Android Version: all Android versions.
Record_2022-11-02-11-47-37_91b7eef251bde9b671e13dbeb083102a.mp4
The text was updated successfully, but these errors were encountered: