Wrap comment for easier reading.
authorDavid Thompson <davet@gnu.org>
Mon, 14 Jul 2014 19:53:04 +0000 (15:53 -0400)
committerDavid Thompson <davet@gnu.org>
Mon, 14 Jul 2014 19:53:04 +0000 (15:53 -0400)
trustcommerce.php

index ab183b418601c67bcd47c2c642b6ae488dffed43..f5b3a71ef82f55c84916089937f18880b7ec2115 100644 (file)
@@ -117,7 +117,8 @@ 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);
 
-    // TrustCommerce will not refuse duplicates, so we should check if the user already submitted this transaction
+    // TrustCommerce will not refuse duplicates, so we should check if
+    // the user already submitted this transaction
     if ($this->_checkDupe($tc_params['ticket'])) {
       return self::error(9004, 'It appears that this transaction is a duplicate.  Have you already submitted the form once?  If so there may have been a connection problem. You can try your transaction again.  If you continue to have problems please contact the site administrator.');
     }