Skip to content
Snippets Groups Projects
Unverified Commit 70a266af authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14170 from mlutfy/cart-emails

Event Cart: fix sending of email receipts
parents 2cc663d5 3dacb61d
Branches
Tags
No related merge requests found
......@@ -355,7 +355,7 @@ class CRM_Event_Cart_Form_Checkout_Payment extends CRM_Event_Cart_Form_Cart {
$send_template_params = [
'table' => 'civicrm_msg_template',
'contactId' => $this->payer_contact_id,
'from' => CRM_Core_BAO_Domain::getNameAndEmail(TRUE, TRUE),
'from' => current(CRM_Core_BAO_Domain::getNameAndEmail(TRUE, TRUE)),
'groupName' => 'msg_tpl_workflow_event',
'isTest' => FALSE,
'toEmail' => $contact_details[1],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment