Explicitly return TRUE in _setParam method.
authorDavid Thompson <davet@gnu.org>
Mon, 14 Jul 2014 19:44:51 +0000 (15:44 -0400)
committerDavid Thompson <davet@gnu.org>
Mon, 14 Jul 2014 19:44:51 +0000 (15:44 -0400)
trustcommerce.php

index ba9e9ecd3fc120cef0f0d338f42b0d3341dfd08b..50acaea3f7312431531dca6461ef580891a1cc3f 100644 (file)
@@ -376,6 +376,8 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
     else {
       $this->_params[$field] = $value;
     }
+
+    return TRUE;
   }
 
   /**