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
By mistake I passed signature instead of razorpay_signature to verify_payment_signature. Code failed under secure_compare(a,b) with error that method bytesize not available on nil.
I think it should fail straight away under verify_payment_signature
Hi @tannakartikey Apologise for the long delay. As i have also tested this issue, i am getting the same error . i will discuss this with my team and let you know when it is resolved.
Thanks for reporting this issue.
By mistake I passed
signature
instead ofrazorpay_signature
toverify_payment_signature
. Code failed undersecure_compare(a,b)
with error that methodbytesize
not available onnil
.I think it should fail straight away under
verify_payment_signature
Something like:
The text was updated successfully, but these errors were encountered: