title | issue |
---|---|
Add timestamp to synchronous webhook payload |
NEXT-18273 |
- 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.