From 28b42d022ee8cecb44bdec3284a06f64fde75605 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 23 Apr 2014 10:55:12 -0400 Subject: [PATCH] Removed misleading comment. --- trustcommerce.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/trustcommerce.php b/trustcommerce.php index b82d411..586a805 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -85,12 +85,6 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { return self::error(9001, 'TrustCommerce requires that the tclink module is loaded'); } - /* - * recurpayment function does not compile an array & then proces it - - * - the tpl does the transformation so adding call to hook here - * & giving it a change to act on the params array - */ - $newParams = $params; if (CRM_Utils_Array::value('is_recur', $params) && $params['contributionRecurID'] -- 2.25.1