projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5e971
)
CRM-11801 defer to Authorize.net config on whether a.net receipts should be sent.
author
eileenmcnaugton
<eileen@fuzion.co.nz>
Fri, 8 Jan 2016 08:50:38 +0000
(21:50 +1300)
committer
eileenmcnaugton
<eileen@fuzion.co.nz>
Fri, 8 Jan 2016 08:50:38 +0000
(21:50 +1300)
This means CiviCRM receipts will go out as configured from CiviCRM & Authorize.net as configured from
the Authorize.net UI
CRM/Core/Payment/AuthorizeNet.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/AuthorizeNet.php
b/CRM/Core/Payment/AuthorizeNet.php
index aca12821e631648c24ccb680f69d1932274e71cd..fc8ab4eab8386b53c4bb67f256a2124460b63f90 100644
(file)
--- a/
CRM/Core/Payment/AuthorizeNet.php
+++ b/
CRM/Core/Payment/AuthorizeNet.php
@@
-57,7
+57,6
@@
class CRM_Core_Payment_AuthorizeNet extends CRM_Core_Payment {
$this->_setParam('paymentType', 'AIM');
$this->_setParam('md5Hash', CRM_Utils_Array::value('signature', $paymentProcessor));
- $this->_setParam('emailCustomer', 'TRUE');
$this->_setParam('timestamp', time());
srand(time());
$this->_setParam('sequence', rand(1, 1000));