From 0f5de33774d25a211b8bc40e2a7aeb41f5575c90 Mon Sep 17 00:00:00 2001 From: Travis Semple Date: Mon, 19 Aug 2024 10:29:19 -0700 Subject: [PATCH] 22725 - Add in account_number and account_name_with_branch (#2972) --- .../email_templates/payment_due_notification.html | 2 ++ .../email_templates/payment_reminder_notification.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/queue_services/account-mailer/src/account_mailer/email_templates/payment_due_notification.html b/queue_services/account-mailer/src/account_mailer/email_templates/payment_due_notification.html index 3cb4f5217b..8e70f31d95 100644 --- a/queue_services/account-mailer/src/account_mailer/email_templates/payment_due_notification.html +++ b/queue_services/account-mailer/src/account_mailer/email_templates/payment_due_notification.html @@ -1,5 +1,7 @@ # Payment Due Today +## {{ account_number }}: {{ account_name_with_branch }} + There's an amount owing on your recent statement due on {{ due_date }}. To avoid any disruptions to your services, please make your payment as soon as possible. diff --git a/queue_services/account-mailer/src/account_mailer/email_templates/payment_reminder_notification.html b/queue_services/account-mailer/src/account_mailer/email_templates/payment_reminder_notification.html index 2d2c1f9997..990c52d2a3 100644 --- a/queue_services/account-mailer/src/account_mailer/email_templates/payment_reminder_notification.html +++ b/queue_services/account-mailer/src/account_mailer/email_templates/payment_reminder_notification.html @@ -1,5 +1,7 @@ # Payment Reminder +## {{ account_number }}: {{ account_name_with_branch }} + There's an amount owing on your recent statement due on {{ due_date }}. [Log in to view your {{ statement_frequency }} statement]({{ payment_statement_url }})