File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Note: make sure you are using the HMAC key used to generate the signature associ
88### Payments webhooks
99
1010Copy the content of the webhook in the payload.json (or provide a different file), then run with:
11- `php tools/hmac/HMACValidatorPayments.php {hmacKey} {path to JSON file}
11+ ` php tools/hmac/HMACValidatorPayments.php {hmacKey} {path to JSON file} `
1212```
1313php tools/hmac/HMACValidatorPayments.php 11223344D785FBAE710E7F943F307971BB61B21281C98C9129B3D4018A57B2EB tools/hmac/payload.json
1414```
1515
1616### Banking webhooks
1717
1818Copy the content of the webhook in the payload2.json (or provide a different file), then run with:
19- `php tools/hmac/HMACValidatorBanking.php {hmacKey} {path to JSON file}
19+ ` php tools/hmac/HMACValidatorBanking.php {hmacKey} {path to JSON file} `
2020```
2121php tools/hmac/HMACValidatorBanking.php 11223344D785FBAE710E7F943F307971BB61B21281C98C9129B3D4018A57B2EB tools/hmac/payload2.json
2222```
You can’t perform that action at this time.
0 commit comments