mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Remove unused service
This commit is contained in:
parent
cf9f323e9b
commit
d840296a25
1 changed files with 0 additions and 5 deletions
|
@ -73,11 +73,6 @@ return array(
|
|||
$container->get( 'woocommerce.logger.woocommerce' )
|
||||
);
|
||||
},
|
||||
'blocks.endpoint.get-paypal-order-from-session' => static function ( ContainerInterface $container ): GetPayPalOrderFromSession {
|
||||
return new GetPayPalOrderFromSession(
|
||||
$container->get( 'session.handler' )
|
||||
);
|
||||
},
|
||||
|
||||
'blocks.add-place-order-method' => function ( ContainerInterface $container ) : bool {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue