/* 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.');
}