From d80f885db9c3647d083612b47febfda434760d38 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Tue, 21 Apr 2015 13:00:27 -0400 Subject: [PATCH] Removed extra payment gateway check. --- trustcommerce.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/trustcommerce.php b/trustcommerce.php index c630aac..8110015 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -511,11 +511,6 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { $reply = $this->_sendTCRequest($tc_params); $result = $this->_getTCReply($reply); - /* Test if call failed */ - if(!$result) { - return self::error(9002, 'Could not initiate connection to payment gateway'); - } - /* We are done, pass success */ return TRUE; -- 2.25.1