mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Make event type param
This commit is contained in:
parent
ea2f728cd8
commit
8c52c815c8
2 changed files with 14 additions and 3 deletions
|
@ -144,7 +144,8 @@ return array(
|
|||
$webhook = $container->get( 'webhook.current' );
|
||||
return new WebhookSimulation(
|
||||
$webhook_endpoint,
|
||||
$webhook
|
||||
$webhook,
|
||||
'PAYMENT.AUTHORIZATION.CREATED'
|
||||
);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue