Skip to content

Commit 81ba4a5

Browse files
Merge pull request #107 from cashfree/5.0.8-node
5.0.8-node
2 parents 76cc2c8 + 9c8e36b commit 81ba4a5

File tree

3 files changed

+83
-83
lines changed

3 files changed

+83
-83
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Validate Webhook
109109
```javascript
110110
app.post('/webhook', function (req, res) {
111111
try {
112-
Cashfree.PGVerifyWebhookSignature(req.headers["x-webhook-signature"], req.rawBody, req.headers["x-webhook-timestamp"]))
112+
Cashfree.PGVerifyWebhookSignature(req.headers["x-webhook-signature"], req.rawBody, req.headers["x-webhook-timestamp"]);
113113
} catch (err) {
114114
console.log(err.message)
115115
}

0 commit comments

Comments
 (0)