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

Country code issue on Razorpay checkout page #255

Closed
harshalijain opened this issue Mar 11, 2020 · 3 comments
Closed

Country code issue on Razorpay checkout page #255

harshalijain opened this issue Mar 11, 2020 · 3 comments

Comments

@harshalijain
Copy link

IDE Specs

Platform - Android
"react-native-razorpay": "^2.1.25",

We are facing an issue in Razorpay checkout recently related to contact number

When we do a razorpay checkout and pass following prefill details apart from other details:

const options = {
      //other options
currency: 'INR',
      prefill: {
        email: "some@example.com",
        contact: "09876598765",
        name: "XYZ"
      },
    };
RazorpayCheckout.open(options) ...

On checkout page, phone number is modified to be displayed as
+09876598765 instead of +919876598765. And after making payment, an error is displaying that says "Country code provided in contact is invalid"

Although when I click on Edit contact information page, it gets modified to +919876598765 automatically.

It was working fine few days ago, but now we are observing this issue on old versions on production as well without any changes made.

##SCREENSHOTS
Screenshot_20200311-174536

After payment

Screenshot_20200311-174548

@imtiyazzzz
Copy link

I am also facing the same issue

@rajkumarc2000
Copy link

I am also facing the same issue when trying to send money through razorpay

@umanghome
Copy link
Contributor

umanghome commented Mar 20, 2020

This has been fixed. No SDK upgrades required.

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

4 participants