From cc8ea6c06c11426dd817f53666607d65687f646b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 14 Jul 2014 15:53:04 -0400 Subject: [PATCH] Wrap comment for easier reading. --- trustcommerce.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.'); } -- 2.25.1