fixing export
This commit is contained in:
@@ -1836,7 +1836,7 @@ def handle_send_email_noinvoice(
|
||||
'reason': reason,
|
||||
}
|
||||
|
||||
_ = send_template_email(from_email, "support@rowsandall.com", subject,
|
||||
_ = send_template_email(from_email, ["support@rowsandall.com"], subject,
|
||||
'paymentconfirmationemail_noinvoice.html',
|
||||
d, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user