Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESC-1026 fixed typo in email subject and updated txt file #1071

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*@

@(params: Map[String, Any])
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, " You have been removed from a undertaking"){
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, " You have been removed from an undertaking"){

<p style="margin: 0 0 30px; font-size: 19px;">Dear Customer</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

Dear Customer

You have left an undertaking
You have been removed from an undertaking

This email confirms you have left undertaking EORI number @{params("eori")} with immediate effect.
This email confirms that you, EORI number @{params("eori")}, have been removed from an undertaking.

We have also informed the undertaking administrator of your decision.
Reported payments for this business will remain in your undertaking, and will continue to affect your remaining sector allowance.

If you wish to claim Customs Duty waivers in the future you will have to join another undertaking by being added to one, or create your own.
These reported payments will be removed only when the business joins or creates another undertaking.

If you think you have been removed by mistake, contact the undertaking administrator.

If you need further information

Expand Down