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
ApiClient Class line no = 124 throw new RazorpayException("Unable to parse response because of " + e.getMessage());
java.lang.RuntimeException: com.example.razorpaytest.razorpay.RazorpayException: Unable to parse response because of com.razorpay.Order cannot be cast to com.example.razorpaytest.razorpay.Entity
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: com.example.razorpaytest.razorpay.RazorpayException: Unable to parse response because of com.razorpay.Order cannot be cast to com.example.razorpaytest.razorpay.Entity
at com.example.razorpaytest.razorpay.ApiClient.parseResponse(ApiClient.java:123)
The text was updated successfully, but these errors were encountered:
ApiClient Class line no = 124 throw new RazorpayException("Unable to parse response because of " + e.getMessage());
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: com.example.razorpaytest.razorpay.RazorpayException: Unable to parse response because of com.razorpay.Order cannot be cast to com.example.razorpaytest.razorpay.Entity
at com.example.razorpaytest.razorpay.ApiClient.parseResponse(ApiClient.java:123)
The text was updated successfully, but these errors were encountered: