Make event type param

This commit is contained in:
Alex P 2021-09-23 10:27:48 +03:00
parent ea2f728cd8
commit 8c52c815c8
2 changed files with 14 additions and 3 deletions

View file

@ -144,7 +144,8 @@ return array(
$webhook = $container->get( 'webhook.current' );
return new WebhookSimulation(
$webhook_endpoint,
$webhook
$webhook,
'PAYMENT.AUTHORIZATION.CREATED'
);
},