-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MMCA-4896] Send email notification for requested CSV cash account tr…
…ansactions (#1186) * [MMCA-4896] Send email notification for requested CSV cash account transactions * [MMCA-4896] Fixing unit tests and typo fix * [MMCA-4896] PR comments resolved
- Loading branch information
Showing
6 changed files
with
86 additions
and
0 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
45 changes: 45 additions & 0 deletions
45
...hmrcemailrenderer/templates/customsfinancials/requestedCashAccountTransactions.scala.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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
@* | ||
* Copyright 2024 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
@title = @{"Requested cash account transactions are now available"} | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) { | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationLine1(params) | ||
|
||
<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
|
||
<p>Your requested cash account transactions are availble to view and download for the next 10 days.</p> | ||
|
||
<p>To access your transactions:</p> | ||
|
||
<ol> | ||
<li>Go to GOV.UK.</li> | ||
<li>Search for 'Use a cash account for Customs Declaration Service declarations'.</li> | ||
</ol> | ||
|
||
<p>For security reasons, we have not included a link in this email.</p> | ||
|
||
<h4>If you need help</h4> | ||
|
||
<p>Phone HMRC on 0300 059 4243. Opening times 9am to 12pm and 2pm to 4pm, Monday to Friday (closed bank holidays).</p> | ||
|
||
<p>From the Customs Declaration Service</p> | ||
|
||
</div> | ||
|
||
} |
21 changes: 21 additions & 0 deletions
21
.../hmrcemailrenderer/templates/customsfinancials/requestedCashAccountTransactions.scala.txt
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@(params: Map[String, Any])Requested cash account transactions are now available | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutation(params) | ||
|
||
Your requested cash account transactions are availble to view and download for the next 10 days. | ||
|
||
To access your transactions: | ||
|
||
Go to GOV.UK. | ||
|
||
Search for 'Use a cash account for Customs Declaration Service declarations'. | ||
|
||
For security reasons, we have not included a link in this email. | ||
|
||
If you need help | ||
|
||
Phone HMRC on 0300 059 4243. Opening times 9am to 12pm and 2pm to 4pm, Monday to Friday (closed bank holidays). | ||
|
||
From the Customs Declaration Service | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
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