mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix lint and tests
This commit is contained in:
parent
889df4d88c
commit
46b47dc97b
8 changed files with 181 additions and 164 deletions
|
@ -254,7 +254,7 @@ return array(
|
|||
},
|
||||
|
||||
'button.helper.cart-products' => static function ( ContainerInterface $container ): CartProductsHelper {
|
||||
$data_store = \WC_Data_Store::load( 'product' );
|
||||
$data_store = \WC_Data_Store::load( 'product' );
|
||||
return new CartProductsHelper( $data_store );
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue