From: eileenmcnaugton Date: Fri, 8 Jan 2016 08:50:38 +0000 (+1300) Subject: CRM-11801 defer to Authorize.net config on whether a.net receipts should be sent. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6898d01e48b380ca88cd3a5bf943dedd2c794081;p=civicrm-core.git CRM-11801 defer to Authorize.net config on whether a.net receipts should be sent. This means CiviCRM receipts will go out as configured from CiviCRM & Authorize.net as configured from the Authorize.net UI --- diff --git a/CRM/Core/Payment/AuthorizeNet.php b/CRM/Core/Payment/AuthorizeNet.php index aca12821e6..fc8ab4eab8 100644 --- 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));