Enable the shipping callback functionality by default

This commit is contained in:
Narek Zakarian 2024-05-06 18:45:46 +04:00
parent b7498149ad
commit a27a239d53
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -50,7 +50,7 @@ return array(
Skipping the final confirmation on the checkout page may impact the buyer experience during the PayPal payment process.</p>',
'woocommerce-paypal-payments'
),
'default' => true,
'default' => false,
'screens' => array( State::STATE_START, State::STATE_ONBOARDED ),
'requirements' => array(),
'gateway' => 'paypal',