From: Steve Sutton Date: Thu, 5 Mar 2015 19:00:58 +0000 (-0500) Subject: engage Authorize.net X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7f40210471c9f9ca1774d79dff8343f60359ddcb;p=web%2FGaylordGolfMecca.git engage Authorize.net --- diff --git a/Toolkit/Contacts/PassPort.php b/Toolkit/Contacts/PassPort.php index f5c8ad0..b59d338 100755 --- a/Toolkit/Contacts/PassPort.php +++ b/Toolkit/Contacts/PassPort.php @@ -641,12 +641,9 @@ class Toolkit_Contacts_PassPort // }}} public function processData($values) { - return parent::processData($values); - $res = parent::processData($values); if ($res) { $res2 = $this->processAuthNet($values); -// echo '
'.print_r($res2, true).'
';exit; if (is_array($res2) && !empty($res2)) { if ($res2[0] == 1) { // CC was Accepted. @@ -662,11 +659,9 @@ class Toolkit_Contacts_PassPort // There was a CC processing error. return false; } + } else { + return false; } - echo '
'.print_r($res, true).'
'; - echo '
'.print_r($values, true).'
'; - exit; - } /**