fix typo
This commit is contained in:
@ -205,7 +205,7 @@ function bbloomer_order_completed_email_add_cc_bcc($headers, $email_id, $order)
|
|||||||
{
|
{
|
||||||
if ('customer_failed_order' == $email_id) {
|
if ('customer_failed_order' == $email_id) {
|
||||||
$headers .= "Cc: Autonomic <helo@autonomic.zone>\r\n"; // delete if not needed
|
$headers .= "Cc: Autonomic <helo@autonomic.zone>\r\n"; // delete if not needed
|
||||||
$headers .= "Bcc: Rootpath <admin@rootpath.studio>\r\n"; // delete if not needed
|
$headers .= "Bcc: Rootpath <rootmin@rootpath.studio>\r\n"; // delete if not needed
|
||||||
}
|
}
|
||||||
return $headers;
|
return $headers;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user