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
The translated text in some languages like Japanese is not the same
as the original.
In this context, the text is payload and secret to derive the
signature.
So identification is important.
  • Loading branch information
satler-git committed Dec 23, 2024
1 parent d25344a commit 9b2b017
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 9b2b017

Please sign in to comment.