From ee0485c3aff7e0b1a5bdc6ce6fbdc016807b3eef Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Fri, 17 Apr 2015 16:14:43 -0400 Subject: [PATCH] Fixed subissue --- trustcommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustcommerce.php b/trustcommerce.php index eff9bd3..c630aac 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -484,7 +484,7 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { $tc_params['custid'] = $this->_getParam('user_name'); $tc_params['password'] = $this->_getParam('password'); $tc_params['action'] = 'unstore'; - $tc_params['billingid'] = CRM_Utils_Array::value('processor_id', $params); + $tc_params['billingid'] = CRM_Utils_Array::value('subscriptionId', $params); $result = $this->_sendTCRequest($tc_params); -- 2.25.1