diff --git a/guides/additional-content/your-integrations/webhooks.en.md b/guides/additional-content/your-integrations/webhooks.en.md index ef496f8504..ed726cd686 100644 --- a/guides/additional-content/your-integrations/webhooks.en.md +++ b/guides/additional-content/your-integrations/webhooks.en.md @@ -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 diff --git a/guides/additional-content/your-integrations/webhooks.es.md b/guides/additional-content/your-integrations/webhooks.es.md index 29c226e7c2..74ec52e12b 100644 --- a/guides/additional-content/your-integrations/webhooks.es.md +++ b/guides/additional-content/your-integrations/webhooks.es.md @@ -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 diff --git a/guides/additional-content/your-integrations/webhooks.pt.md b/guides/additional-content/your-integrations/webhooks.pt.md index 4e2f9de886..702d335297 100644 --- a/guides/additional-content/your-integrations/webhooks.pt.md +++ b/guides/additional-content/your-integrations/webhooks.pt.md @@ -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