Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 459 Bytes

2021-10-27-add-timestamp-to-snychronous-webhook-payload.md

File metadata and controls

6 lines (6 loc) · 459 Bytes
title issue
Add timestamp to synchronous webhook payload
NEXT-18273

Core

  • Changed \Shopware\Core\Framework\Webhook\WebhookDispatcher::callWebhooksSynchronous() to add current timestamp to the webhook payload, as already happened for asynchronous dispatched webhooks. When your app receives webhook please verify the timestamp property as described in the docs.