'data' =>
[ 'payload' =>
[ 'email' => 'test@example.com',
],
'event' => CustomerBeforeLoginEvent::EVENT_NAME,
],
'source' =>
[ 'url' =>
$this->shopUrl,
],
],
$payload);
static::
assertFalse($request->
hasHeader('shopware-shop-signature'
));
} public function testDispatchedWebhooksDontWrapEventMultipleTimes(): void
{ $this->webhookRepository->
upsert([ [ 'name' => 'hook1',
'eventName' => CustomerBeforeLoginEvent::EVENT_NAME,
'url' => 'https://test.com',
'active' => true,
],
[