mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Allow pay later button in block
This commit is contained in:
parent
bfaf05a96e
commit
ccb5391d81
1 changed files with 0 additions and 5 deletions
|
@ -26,9 +26,4 @@ return array(
|
|||
unset( $locations['cart-block'] );
|
||||
return $locations;
|
||||
},
|
||||
'wcgateway.settings.pay-later.button-locations' => function ( ContainerInterface $container, array $locations ): array {
|
||||
unset( $locations['checkout-block-express'] );
|
||||
unset( $locations['cart-block'] );
|
||||
return $locations;
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue