We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to integrate razorpay payment gateway in C#.net 4.7 using this.
these 2 lines are the key code generating system.security exception : startRequest failed
RazorpayClient client = new RazorpayClient(key, secret); Razorpay.Api.Order order = client.Order.Create(input);
order is created in the razorpay panel but no order id (in object of Razorpay.Api.Order) returned, just the exception !
it works fine on the local pc but when uploaded to a server in shared hosting environment it throws exception.
what can be done , thanks in advance.
The text was updated successfully, but these errors were encountered:
Any solution for this Nitin?
Sorry, something went wrong.
I am facing the same.
No branches or pull requests
Hi, I am trying to integrate razorpay payment gateway in C#.net 4.7 using this.
these 2 lines are the key code generating system.security exception : startRequest failed
RazorpayClient client = new RazorpayClient(key, secret);
Razorpay.Api.Order order = client.Order.Create(input);
order is created in the razorpay panel but no order id (in object of Razorpay.Api.Order) returned, just the exception !
it works fine on the local pc but when uploaded to a server in shared hosting environment it throws exception.
what can be done , thanks in advance.
The text was updated successfully, but these errors were encountered: