Fix default landing value

This commit is contained in:
Alex P 2023-02-06 10:13:38 +02:00
parent 3fe1a2a274
commit df10747701
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

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