Add class back to paypal in wizard
This commit is contained in:
parent
07b40a6d99
commit
4af3f9f12f
|
@ -1138,7 +1138,7 @@ class WC_Admin_Setup_Wizard {
|
||||||
'name' => __( 'PayPal Express Checkout', 'woocommerce' ),
|
'name' => __( 'PayPal Express Checkout', 'woocommerce' ),
|
||||||
'image' => WC()->plugin_url() . '/assets/images/paypal.png',
|
'image' => WC()->plugin_url() . '/assets/images/paypal.png',
|
||||||
'description' => $paypal_ec_description,
|
'description' => $paypal_ec_description,
|
||||||
'class' => 'checked',
|
'class' => 'checked paypal-logo',
|
||||||
'repo-slug' => 'woocommerce-gateway-paypal-express-checkout',
|
'repo-slug' => 'woocommerce-gateway-paypal-express-checkout',
|
||||||
'settings' => array(
|
'settings' => array(
|
||||||
'reroute_requests' => array(
|
'reroute_requests' => array(
|
||||||
|
|
Loading…
Reference in New Issue