Make PPEC opt-out in every case

This commit is contained in:
Paul Dechov 2017-12-12 20:21:21 -05:00
parent 1706c3e152
commit 4511c5ae12
1 changed files with 0 additions and 2 deletions

View File

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