projects
/
trustcommerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d5aa2
)
fix for unsubscribe
author
Lisa Marie Maginnis
<lisam@fsf.org>
Thu, 9 Apr 2015 20:52:49 +0000
(16:52 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Thu, 9 Apr 2015 20:52:49 +0000
(16:52 -0400)
trustcommerce.php
patch
|
blob
|
blame
|
history
diff --git
a/trustcommerce.php
b/trustcommerce.php
index d5c3e63aa8a26feaa532641b7ff34d15882b98b1..eff9bd3c18056f4974f369dce4d7554e6b783845 100644
(file)
--- 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('
trxn
_id', $params);
+ $tc_params['billingid'] = CRM_Utils_Array::value('
processor
_id', $params);
$result = $this->_sendTCRequest($tc_params);