From: Chuck Scott Date: Mon, 2 Apr 2018 20:13:06 +0000 (-0400) Subject: Removed old test line. X-Git-Tag: v2.10.28^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4aca6974a2009d634977ff1c55d75814449ee1ad;p=WP-Plugins%2Fglm-member-db.git Removed old test line. --- 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';