Make PPEC opt-out in every case
This commit is contained in:
parent
1706c3e152
commit
4511c5ae12
|
@ -1216,8 +1216,6 @@ class WC_Admin_Setup_Wizard {
|
|||
}
|
||||
|
||||
if ( isset( $spotlight ) ) {
|
||||
$gateways['ppec_paypal']['enabled'] = false;
|
||||
|
||||
return array(
|
||||
$spotlight => $gateways[ $spotlight ],
|
||||
'ppec_paypal' => $gateways['ppec_paypal'],
|
||||
|
|
Loading…
Reference in New Issue