Removed old test line.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 2 Apr 2018 20:13:06 +0000 (16:13 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 2 Apr 2018 20:13:06 +0000 (16:13 -0400)
lib/paymentProcessors/Authorize.Net/paymentGateway.php

index 1408c82..a458e2e 100644 (file)
@@ -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';