mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix default landing value
This commit is contained in:
parent
3fe1a2a274
commit
df10747701
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ return array(
|
|||
'type' => 'select',
|
||||
'class' => array(),
|
||||
'input_class' => array( 'wc-enhanced-select' ),
|
||||
'default' => 'gold',
|
||||
'default' => ApplicationContext::LANDING_PAGE_LOGIN,
|
||||
'desc_tip' => true,
|
||||
'description' => __(
|
||||
'Type of PayPal page to display.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue