Open juzer-hakimji opened 4 years ago
I am using this method to verify signatures
Utils.verifyPaymentSignature(attributes);
which is available in Razorpay.Api.Utils but this method returns void and there is no way to know whether signatures matched or not, It should return boolean right or am i missing something?
I am using this method to verify signatures
Utils.verifyPaymentSignature(attributes);
which is available in Razorpay.Api.Utils but this method returns void and there is no way to know whether signatures matched or not, It should return boolean right or am i missing something?