mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Enable the shipping callback functionality by default
This commit is contained in:
parent
b7498149ad
commit
a27a239d53
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue