From: David Thompson Date: Mon, 14 Jul 2014 19:53:04 +0000 (-0400) Subject: Wrap comment for easier reading. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cc8ea6c06c11426dd817f53666607d65687f646b;p=trustcommerce.git Wrap comment for easier reading. --- diff --git a/trustcommerce.php b/trustcommerce.php index ab183b4..f5b3a71 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -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.'); }