razorpay / react-native-razorpay

React Native wrapper for Razorpay's mobile SDKs
https://www.npmjs.com/package/react-native-razorpay
MIT License
124 stars 107 forks source link

After sucees or fail payment application force close. react-native 0.63.2 #299

Closed mitalpatel5944 closed 3 years ago

mitalpatel5944 commented 3 years ago

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.

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. 2.

Suggested solution:

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

adsalihac commented 3 years ago

i got this issue ,any solutions

Nautiyalsachin commented 3 years ago

Hi @mitalpatel5944, @adsalihac Can you share some logs, this error is not helping in debugging this issue.

adsalihac commented 3 years ago

@Nautiyalsachin i got both response , after response , application is force close. success :- Success: pay_FsexnbqxNYEhwo Error:- 0 | Payment Cancelled

adsalihac commented 3 years ago

@Nautiyalsachin solved my issue , i used another upi payment package , removed this package, razorpay working fine , but i couldn't understand what the issue . thank you .