-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20087 - Mailer changes for suspension (#2851)
* Mailer changes for suspension * lint fix * alphabetical * repoint at correct branch * point at branch
- Loading branch information
Showing
9 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 10 additions & 5 deletions
15
...e_services/account-mailer/src/account_mailer/email_templates/account_suspended_email.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Your BC Registries and Online Services account has been suspended. | ||
# Account suspended for {{ account_number }} - {{ account_name_with_branch }} | ||
|
||
The following account has been suspended due to a failed payment. | ||
|
||
{{ account_name }} | ||
Your account has been suspended due to a failed or overdue payment(s). | ||
|
||
Log in to BC Registries and Online Services to reactivate your account. | ||
|
||
[Log in]({{ url }}) | ||
[Log in]({{ url }}) | ||
|
||
**Business Registry** | ||
BC Registries and Online Services | ||
Toll Free: [1-877-526-1526](1-877-526-1526) | ||
Victoria Office: [250-387-7848](250-387-7848) | ||
Email: [[email protected]]([email protected]) | ||
|
6 changes: 3 additions & 3 deletions
6
queue_services/account-mailer/src/account_mailer/email_templates/account_unlocked_email.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Account Unlocked | ||
|
||
Your account **{{ account_name }}** has been unlocked. Team members can now log in and access this account. | ||
Your account **{{ account_name_with_branch }}** has been unlocked. Team members can now log in and access this account. | ||
|
||
Your receipt is attached to this email: | ||
|
||
**Business Registry** | ||
BC Registries and Online Services | ||
Toll Free: [1-877-370-1033](1-877-370-1033) | ||
Victoria Office: [250-370-1033](250-370-1033) | ||
Toll Free: [1-877-526-1526](1-877-526-1526) | ||
Victoria Office: [250-387-7848](250-387-7848) | ||
Email: [[email protected]]([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters