-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PP-12076 Improve guidance on naming payment links
Update the content on the page for creating a payment link so that it has guidance on how to name a payment link, and strip back some of the other text. New content written by @alanmaddrell, reviewed by @NathanD-GDS and approved by @Beth-Brown. Some of the content that was on this page also appears on the page for managing payment links, shared between them using an include. Since the content on the two pages now differs, this include has been deleted and the content that was in it has been directly incorporated into the page for managing payment links (which has the exact same content as it did before).
- Loading branch information
1 parent
6e26db4
commit a423507
Showing
3 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
20 changes: 0 additions & 20 deletions
20
app/views/payment-links/_pre-filled-payment-moto-content.njk
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,26 @@ | |
{% endif %} | ||
</p> | ||
|
||
{% include "./_pre-filled-payment-moto-content.njk" %} | ||
<h2 class="govuk-heading-m">Create a prefilled payment link</h2> | ||
<p class="govuk-body">You can create prefilled links to send to users with the amount and reference already filled | ||
in. Learn <a href="https://docs.payments.service.gov.uk/prefill_payment_links/" class="govuk-link">how to create | ||
prefilled links</a>.</p> | ||
|
||
{% set telephonePaymentLinksHtml %} | ||
If you want to take payment in a call centre or by post, | ||
<a class="govuk-link" href="mailto:[email protected]" target="_top"> | ||
contact support | ||
</a> | ||
to request | ||
<a href="https://docs.payments.service.gov.uk/moto_payments/#take-a-payment-over-the-phone-moto-payments" class="govuk-link"> | ||
MOTO (mail order telephone order) payment links | ||
</a> | ||
to be set up on your account. | ||
{% endset %} | ||
|
||
{{ govukInsetText({ | ||
html: telephonePaymentLinksHtml | ||
}) }} | ||
|
||
{% if permissions.tokens_create %} | ||
<h2 class="govuk-heading-m">Add metadata for reconciliation and reporting</h2> | ||
|