mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Merge pull request #2527 from woocommerce/PCP-3547-disable-pay-pal-shipping-callback-by-default
Disable PayPal Shipping callback by default (3547)
This commit is contained in:
commit
2699629b90
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ return array(
|
|||
'title' => __( 'Require final confirmation on checkout', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'checkbox',
|
||||
'label' => $label,
|
||||
'default' => false,
|
||||
'default' => true,
|
||||
'screens' => array( State::STATE_START, State::STATE_ONBOARDED ),
|
||||
'requirements' => array(),
|
||||
'gateway' => 'paypal',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue