From 7eb62f2a7a6ff7b7184520431f65651a71b2c949 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 14 Jul 2014 15:44:51 -0400 Subject: [PATCH] Explicitly return TRUE in _setParam method. --- trustcommerce.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trustcommerce.php b/trustcommerce.php index ba9e9ec..50acaea 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -376,6 +376,8 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { else { $this->_params[$field] = $value; } + + return TRUE; } /** -- 2.25.1