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:
Emili Castells 2024-08-22 11:59:12 +02:00 committed by GitHub
commit 2699629b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',