razorpay / razorpay-dotnet-testapp

Test app for .net integration
MIT License
9 stars 17 forks source link

Need to remove refund API call from Charge.aspx.cs #3

Open jpeevi opened 5 years ago

jpeevi commented 5 years ago

Need to comment or remove:

Refund refund = new Razorpay.Api.Payment((string) paymentId).Refund();

within Charge.aspx.cs as the same is creating confusion among merchants.