Cleaned up formatting.
authorLisa Marie Maginnis <lisam@fsf.org>
Wed, 23 Apr 2014 17:26:25 +0000 (13:26 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Wed, 23 Apr 2014 17:26:25 +0000 (13:26 -0400)
trustcommerce.php

index 46cc3d8bf90b76b6c18266f5f6b9a4937e4046d8..8731fc78409b3a952c2018c08fb31f37a11dde36 100644 (file)
@@ -98,10 +98,7 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
     }
 
     /* Pass our cooked params to the alter hook, per Core/Payment/Dummy.php */
-    CRM_Utils_Hook::alterPaymentProcessorParams($this,
-      $params,
-      $tc_params
-    );
+    CRM_Utils_Hook::alterPaymentProcessorParams($this, $params, $tc_params);
 
     // TrustCommerce will not refuse duplicates, so we should check if the user already submitted this transaction
     if ($this->_checkDupe($tc_params['ticket'])) {