Private
Public Access
1
0

fixing export

This commit is contained in:
2025-04-13 14:38:34 +02:00
parent 305e12f201
commit 724945bc22
4 changed files with 33 additions and 30 deletions

View File

@@ -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)