razorpay / razorpay-android-sample-app

Sample app demonstrating integration of Razorpay checkout
MIT License
88 stars 90 forks source link

Cancel payment methord Razorpay #328

Closed longquangpham90 closed 1 year ago

longquangpham90 commented 1 year ago

Hi team development! I have a issue with razorpay v1.6.24 implementation 'com.razorpay:checkout:1.6.24' we cancel payment methord, but app show messesage error can you help me create function cancel callback edit message or hide message Thanks!

Screen Shot 2022-09-26 at 16 21 01
vivekshindhe commented 1 year ago

Is the onPaymentError method wrapped inside a try catch block? If not please add the try catch block and it should work fine. @longquangpham90

longquangpham90 commented 1 year ago

@vivekshindhe yes we have use to with try-catch. But message always show toast. We can't remove message toast its

vivekshindhe commented 1 year ago

That toast message isn't shown if the code is wrapped in a try catch block. That's the error message. @longquangpham90

longquangpham90 commented 1 year ago

oh thanks, we have update all action in try-catch block That it ok