mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs
This commit is contained in:
parent
0a993f854d
commit
297fb4b92a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ return array(
|
|||
$environment = $container->get( 'onboarding.environment' );
|
||||
$logger = $container->get( 'woocommerce.logger.woocommerce' );
|
||||
$subscription_helper = $container->get( 'subscription.helper' );
|
||||
$order_helper = $container->get('api.order-helper');
|
||||
$order_helper = $container->get( 'api.order-helper' );
|
||||
return new OrderProcessor(
|
||||
$session_handler,
|
||||
$order_endpoint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue