Open nitin-s81 opened 5 years ago
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.
Any solution for this Nitin?
I am facing the same.
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.