Removed extra payment gateway check.
authorLisa Marie Maginnis <lisam@fsf.org>
Tue, 21 Apr 2015 17:00:27 +0000 (13:00 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Tue, 21 Apr 2015 17:00:27 +0000 (13:00 -0400)
trustcommerce.php

index c630aac5da5862384a34f6fba03fcad30cfceabd..8110015aadbd72a279ad35ad90c491207e5b4c84 100644 (file)
@@ -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;