Remove unused service

This commit is contained in:
Emili Castells Guasch 2024-05-21 10:45:25 +02:00
parent cf9f323e9b
commit d840296a25

View file

@ -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 {
/**