Make sure PPEC settings are opened if enabled on load
This commit is contained in:
parent
9571fa07d1
commit
4155f02ec8
|
@ -1074,6 +1074,7 @@ class WC_Admin_Setup_Wizard {
|
|||
'name' => __( 'PayPal Express Checkout', 'woocommerce' ),
|
||||
'image' => WC()->plugin_url() . '/assets/images/paypal.png',
|
||||
'description' => $paypal_ec_description,
|
||||
'class' => 'checked',
|
||||
'repo-slug' => 'woocommerce-gateway-paypal-express-checkout',
|
||||
'settings' => array(
|
||||
'reroute_requests' => array(
|
||||
|
|
Loading…
Reference in New Issue