Skip to content

Commit 4853b96

Browse files
committed
Minor edit
1 parent 835c886 commit 4853b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/hmac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1010
Copy 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
```
1313
php tools/hmac/HMACValidatorPayments.php 11223344D785FBAE710E7F943F307971BB61B21281C98C9129B3D4018A57B2EB tools/hmac/payload.json
1414
```
1515

1616
### Banking webhooks
1717

1818
Copy 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
```
2121
php tools/hmac/HMACValidatorBanking.php 11223344D785FBAE710E7F943F307971BB61B21281C98C9129B3D4018A57B2EB tools/hmac/payload2.json
2222
```

0 commit comments

Comments
 (0)