Skip to content

Commit

Permalink
Merge pull request #2375 from mercadopago/fix/bugs-2905
Browse files Browse the repository at this point in the history
fix/bugs-2905
  • Loading branch information
hgaldino authored May 29, 2024
2 parents 5b074c3 + 08f169d commit 697c9dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/additional-content/your-integrations/webhooks.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if ($sha === $hash) {
}
?>
```
```java
```javascript
// Obtain the x-signature value from the header
const xSignature = headers['x-signature']; // Assuming headers is an object containing request headers
const xRequestId = headers['x-request-id']; // Assuming headers is an object containing request headers
Expand Down
2 changes: 1 addition & 1 deletion guides/additional-content/your-integrations/webhooks.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if ($sha === $hash) {
}
?>
```
```java
```javascript
// Obtain the x-signature value from the header
const xSignature = headers['x-signature']; // Assuming headers is an object containing request headers
const xRequestId = headers['x-request-id']; // Assuming headers is an object containing request headers
Expand Down
2 changes: 1 addition & 1 deletion guides/additional-content/your-integrations/webhooks.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if ($sha === $hash) {
}
?>
```
```java
```javascript
// Obtain the x-signature value from the header
const xSignature = headers['x-signature']; // Assuming headers is an object containing request headers
const xRequestId = headers['x-request-id']; // Assuming headers is an object containing request headers
Expand Down

0 comments on commit 697c9dd

Please sign in to comment.