mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix bugs & do some maintenance
This commit is contained in:
parent
ed77ad63ca
commit
80853c6fd4
11 changed files with 195 additions and 131 deletions
|
@ -92,11 +92,11 @@ return array(
|
|||
$container->get( 'settings.service.connection-url-generators' ),
|
||||
);
|
||||
},
|
||||
'settings.rest.webhooks' => static function ( ContainerInterface $container ) : WebhookSettingsEndpoint {
|
||||
'settings.rest.webhooks' => static function ( ContainerInterface $container ) : WebhookSettingsEndpoint {
|
||||
return new WebhookSettingsEndpoint(
|
||||
$container->get('webhook.status.registered-webhooks-data'),
|
||||
$container->get( 'webhook.registrar'),
|
||||
$container->get('webhook.status.simulation')
|
||||
$container->get( 'api.endpoint.webhook' ),
|
||||
$container->get( 'webhook.registrar' ),
|
||||
$container->get( 'webhook.status.simulation' )
|
||||
);
|
||||
},
|
||||
'settings.casual-selling.supported-countries' => static function ( ContainerInterface $container ) : array {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue