CRM-11801 defer to Authorize.net config on whether a.net receipts should be sent.
authoreileenmcnaugton <eileen@fuzion.co.nz>
Fri, 8 Jan 2016 08:50:38 +0000 (21:50 +1300)
committereileenmcnaugton <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

index aca12821e631648c24ccb680f69d1932274e71cd..fc8ab4eab8386b53c4bb67f256a2124460b63f90 100644 (file)
@@ -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));