cashfree / cashfree-sdk-nodejs

Cashfree SDK for Node js
MIT License
8 stars 20 forks source link

Update verifySignature.js #37

Closed vkm3007 closed 3 years ago

vkm3007 commented 3 years ago

Checked this piece of code and found that the returned signature was not matching with the response data signature from Cashfree servers. After making the following changes, the generated signature was matching. Hope this helps.

vkm3007 commented 3 years ago

As per the current testing and review, the changes are working well.