From daeb96cac7f106937600d17296d3aab2b1fe39a0 Mon Sep 17 00:00:00 2001 From: Odysseus Chiu Date: Thu, 19 Sep 2024 09:59:26 -0700 Subject: [PATCH] 21560 - fix white space line breaks formatting for gc notify, fix text logic --- .../email_templates/payment_due_notification.html | 11 +++++++---- .../payment_reminder_notification.html | 13 +++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) 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 0c5502e5e0..1568fad162 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,21 +1,24 @@ # Payment Due for {{ account_number }}: {{ account_name_with_branch }} {% if short_name_links_count > 1 %} - There's an amount owing on your account for your {{ statement_month }} statement (#{{ statement_number }}), which is due today {{ due_date }}. +There's an amount owing on your account for your {{ statement_month }} statement (#{{ statement_number }}), which is due today ({{ due_date }}). {% else %} - There's an amount owing of {{ total_amount_owing }} on your account for your {{ statement_month }} statement (#{{ statement_number }}), which is due today {{ due_date }}. +There's an amount owing of ${{ total_amount_owing }} on your account for your {{ statement_month }} statement (#{{ statement_number }}), which is due today ({{ due_date }}). {% endif %} {% if short_name_links_count > 1 %} - If you've made a payment recently, please verify that you've paid the full amount indicated on your statement and settle any remaining balance by {{ due_date }}. This will help ensure the smooth processing of your account and services. +If you've made a payment recently, please verify that you've paid the full amount indicated on your statement and settle any remaining balance by {{ due_date }}. This will help ensure the smooth processing of your account and services. {% else %} - To avoid any disruptions to your services, please make your payment as soon as possible. +To avoid any disruptions to your services, please make your payment as soon as possible. {% endif %} [Log in to view your {{ statement_frequency }} statements]({{ payment_statement_url }}) +{% if short_name_links_count == 1 %} If you've recently made a payment, please disregard this message. +{% endif %} +--- **Business Registry** BC Registries and Online Services Toll Free: 1-877-526-1526 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 dce986ada0..37e651da7c 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,19 +1,24 @@ # Payment Reminder for {{ account_number }}: {{ account_name_with_branch }} {% if short_name_links_count > 1 %} - There's an amount owing on your account for your {{ statement_month }} statement (#{{ statement_number }}). +There's an amount owing on your account for your {{ statement_month }} statement (#{{ statement_number }}). {% else %} - There's an amount owing of {{ total_amount_owing }} on your account for your {{ statement_month }} statement (#{{ statement_number }}). +There's an amount owing of ${{ total_amount_owing }} on your account for your {{ statement_month }} statement (#{{ statement_number }}). {% endif %} {% if short_name_links_count > 1 %} - Please settle your remaining balance before {{ due_date }}. This will help ensure the smooth processing of your account and services. +If you've made a payment recently, please verify that you've paid the full amount indicated on your statement and settle any remaining balance by {{ due_date }}. This will help ensure the smooth processing of your account and services. {% else %} - If you've made a payment recently, please verify that you've paid the full amount indicated on your statement and settle any remaining balance by {{ due_date }}. This will help ensure the smooth processing of your account and services. +Please settle your remaining balance before {{ due_date }}. This will help ensure the smooth processing of your account and services. {% endif %} [Log in to view your {{ statement_frequency }} statements]({{ payment_statement_url }}) +{% if short_name_links_count == 1 %} +If you've recently made a payment, please disregard this message. +{% endif %} + +--- **Business Registry** BC Registries and Online Services Toll Free: 1-877-526-1526