From 4aca6974a2009d634977ff1c55d75814449ee1ad Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 2 Apr 2018 16:13:06 -0400 Subject: [PATCH] Removed old test line. --- lib/paymentProcessors/Authorize.Net/paymentGateway.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/paymentProcessors/Authorize.Net/paymentGateway.php b/lib/paymentProcessors/Authorize.Net/paymentGateway.php index 1408c826..a458e2ec 100644 --- a/lib/paymentProcessors/Authorize.Net/paymentGateway.php +++ b/lib/paymentProcessors/Authorize.Net/paymentGateway.php @@ -264,7 +264,6 @@ class PaymentGateway case 0: // Charge Card Only case 1: // Charge Card and save as profile - echo "AASDASD"; if (!isset($customer['fname']) || trim($customer['fname']) == '') { $errorMsg[] = 'Required Customer First Name not provided'; -- 2.17.1