Skip to content
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

RazorPay Checkout open function not worked on both iOS and Android #348

Open
1 task
devakalimuthu opened this issue Jul 26, 2021 · 10 comments
Open
1 task

Comments

@devakalimuthu
Copy link

devakalimuthu commented Jul 26, 2021

Description

Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native Razorpay plugin release to make sure your issue has not already been fixed.

  • Specific to iOS Users :-
  • I have tried updating Razorpay pod to the latest version by using 'pod update'.

Razorpay Package Version :

Open Package.json. > Copy react-native-razorpay version here.

Xcode Version (iOS) :

Open Xcode > Go to About Xcode > copy the Xcode version here.

Razorpay-pod version (iOS) :

Go to your project path > Go to folder named ios > open 'podfile.lock' file > search for 'razorpay-pod' > copy the line here

Java and Gradle Version (android) :

Specify your Java and Gradle version.

What you did:

What happened:

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. When call the Razor-pay open function, its wonts open a Razor-pay Amount page.
  2. Opened the modal page then loading the page and closed the modal page. There is no error bounce.

Suggested solution:

We need the open Amount details page will work normally.

Code example, screenshot, or link to a repository:screenshot

screenshot

@vivekshindhe
Copy link
Contributor

@devakalimuthu Will need more information to go on here. Does it stay loading forever? What logs are you seeing when this happens? What version of react-native-razorpay are you using?

@devakalimuthu
Copy link
Author

No, only open loader page. this page is open and then suddenly closed it. No logs are printed and also no errors are bounce. When call the Razor-pay.open function called then only this happened. Previous days it worked fine. Recent days it wont open the page. My current version "react-native-razorpay": "^2.2.7". and "react": "16.11.0", "react-native": "0.62.2",

@devakalimuthu
Copy link
Author

@vivekshindhe
No, only open loader page. this page is open and then suddenly closed it. No logs are printed and also no errors are bounce. When call the Razor-pay.open function called then only this happened. Previous days it worked fine. Recent days it wont open the page. My current version "react-native-razorpay": "^2.2.7". and "react": "16.11.0", "react-native": "0.62.2",

@vivekshindhe
Copy link
Contributor

@devakalimuthu Send the payload you are using please?

@0x1bitcrack3r
Copy link

@devakalimuthu hey even I have faced a similar kind of issue, instead of staying on the loading page, it redirects back to the previous screen in my case. And can be reproducible only on Xiaomi devices.

@vivekshindhe
Copy link
Contributor

@0x1bitcrack3r Could you please send the payload you are using?

@0x1bitcrack3r
Copy link

@0x1bitcrack3r Could you please send the payload you are using?

{ key: key, image: imageUrl, currency: 'INR', amount, name: 'Name', prefill: {name,contact,email}, notes, order_id: orderId, theme: { color: theme.color.teal }, }

@0x1bitcrack3r
Copy link

@vivekshindhe the issue that I am facing is same as this #277

@vivekshindhe
Copy link
Contributor

@0x1bitcrack3r could you please send a sample payload for us to check if it is reproducible by us

@0x1bitcrack3r
Copy link

@0x1bitcrack3r could you please send a sample payload for us to check if it is reproducible by us

#348 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants