You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to add try catch block for the line where exception is getting thrown.
Here is the example code:
try
{
Razorpay.Api.Order order = client.Order.Create(input);
orderId = order["id"].ToString();
}
catch (Exception ex)
{
Console.WriteLine(ToString());
}
No description provided.
The text was updated successfully, but these errors were encountered: