From 14f15ff30e07016237024dca5bd827e35f511257 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 23 Apr 2014 13:32:16 -0400 Subject: [PATCH] Changed cancelSubscription() to match templates. --- trustcommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustcommerce.php b/trustcommerce.php index 9fa3590..ac2ea7d 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -318,7 +318,7 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { } } - function cancelSubscription() { + function cancelSubscription(&$message = '', $params = array()) { $tc_params['custid'] = $this->_getParam('user_name'); $tc_params['password'] = $this->_getParam('password'); $tc_params['action'] = 'unstore'; -- 2.25.1