Skip to content

Commit

Permalink
fix: payload and secret are translated in some langs(use inline code) (
Browse files Browse the repository at this point in the history
…#35759)

Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
satler-git and nguyenalex836 authored Jan 6, 2025
1 parent 6fb3316 commit 6225df5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ There are a few important things to keep in mind when validating webhook payload

You can use the following `secret` and `payload` values to verify that your implementation is correct:

* `secret`: "It's a Secret to Everybody"
* `payload`: "Hello, World!"
* `secret`: `It's a Secret to Everybody`
* `payload`: `Hello, World!`

If your implementation is correct, the signatures that you generate should match the following signature values:

Expand Down

0 comments on commit 6225df5

Please sign in to comment.