Skip to content

Commit

Permalink
remove email debug, ref #359
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Dec 28, 2015
1 parent 73bbca9 commit 5ff8486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/wc-gateway-paypal-pro-payflow-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ function do_payment( $order, $card_number, $card_exp, $card_csc, $centinelPAResS
$PayPalRequestData = array_merge($PayPalRequestData, $OrderItems);
}

mail('kcppdevelopers@gmail.com', 'ProcessTransaction', print_r($PayPalRequestData, true));
$PayPalResult = $PayPal->ProcessTransaction($PayPalRequestData);

/**
Expand Down

0 comments on commit 5ff8486

Please sign in to comment.