-
Notifications
You must be signed in to change notification settings - Fork 151
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
After payment failure there is no try again option, which used to come earlier, Currently a page comes which shows payment failed status and message showing redirection in some seconds. But it does not redirect #395
Comments
@sumanth1462 Can you pass the following retry object in the payload?
|
it is. While we are looking into the reason for it not being displayed, maybe you can resolve this at your end first to get it up and running? @sumanth1462 |
After doing the changes specified by you , it worked once but later same is(try again pop up) not showing up. |
@sumanth1462 would it be possible for you to share a video of the flow you are seeing? Do you mean that if a payment is unsuccessful the retry isn't showing? or if the retry isn't showing when the user clicks on the back button during the payment and specifically cancels a payment. |
@vivekshindhe, I checked again today on both our live product (which does not have the changes you suggested) and a testing app (which includes the retry changes). In both cases, the popup was shown. Are any dynamic changes being made on your end?. Attaching image which showcases the issue specified. |
@sumanth1462 Not sure of the changes, will have to look into it. Would it be possible for you to share your app name to my mail address : [email protected]? This will help us test this as well. We aren't able to get the scenario in which this isn't happening. A step-by-step progress, or a video would be very helpful. |
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest Razorpay Flutter plugin release to make sure your issue has not already been fixed:
Flutter Version :
Run
flutter version
in your terminal and copy the results here.Xcode Version :
Open Xcode > Go to
About Xcode
> copy the Xcode version here.Cocoapod Version :
Go to iOS folder > open
podfile.lock
> copy therazorpay-pod version
andrazorpay_flutter
a version.Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Expected Results
Describe what you expected to happen.
Snack, code example, screenshot, or link to a repository:
Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered: