Skip to content

Commit ef23ff2

Browse files
committed
Update calculateHmacPayments.js
1 parent 69ea33c commit ef23ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/hmac/calculateHmacPayments.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// script to calculate the HMAC signature of Payments webhooks (where the signature is calculated considering
22
// a subset of the fields in the payload - i.e. NotificationRequestItem object)
3+
// Note: HMAC signature is found in the AdditionalData object of the request payload
34
//
45
// Run with: `node calculateHmacPayments.js {hmacKey} {path to JSON file}
56
//

0 commit comments

Comments
 (0)