diff --git a/app/views/payment-links/_pre-filled-payment-moto-content.njk b/app/views/payment-links/_pre-filled-payment-moto-content.njk deleted file mode 100644 index 70ad72c383..0000000000 --- a/app/views/payment-links/_pre-filled-payment-moto-content.njk +++ /dev/null @@ -1,20 +0,0 @@ -{% from "govuk/components/warning-text/macro.njk" import govukWarningText %} - -
You can create prefilled links to send to users with the amount and reference already filled in. Learn how to create prefilled links.
- -{% set telephonePaymentLinksHtml %} - If you want to take payment in a call centre or by post, - - contact support - - to request - - MOTO (mail order telephone order) payment links - - to be set up on your account. -{% endset %} - -{{ govukInsetText({ - html: telephonePaymentLinksHtml -}) }} diff --git a/app/views/payment-links/index.njk b/app/views/payment-links/index.njk index fe122f24d4..82de089f06 100644 --- a/app/views/payment-links/index.njk +++ b/app/views/payment-links/index.njk @@ -28,11 +28,19 @@ }) }} {% endif %} -You can create a payment link so that users can make online payments to your service. Even if you don’t have a digital service, GOV.UK Pay can still take payments for you.
-It’s quick and easy to create a payment link and you don’t need any technical knowledge.
-The same payment link can be used by all users of your service.
- - {% include "./_pre-filled-payment-moto-content.njk" %} +You can create payment links and send them to your users so they can pay you. The same payment + link can be used by all users of your service. You can create payment links without any technical knowledge.
+You can prefill the amount and reference fields or allow users to put them in. Learn how to create prefilled + links.
+ +Make sure the payment link name describes exactly what the user is paying for, and can be + understood out of context. Use plain language and spell out acronyms in the description if necessary.
+Bad:
+R1
+Good:
+Pay for your registration on the Register of Overseas Entities (R1)
{{ govukButton({ text: "Create a payment link", diff --git a/app/views/payment-links/manage.njk b/app/views/payment-links/manage.njk index 3ad09e65f9..bcf25bb9ec 100644 --- a/app/views/payment-links/manage.njk +++ b/app/views/payment-links/manage.njk @@ -60,7 +60,26 @@ {% endif %} - {% include "./_pre-filled-payment-moto-content.njk" %} +You can create prefilled links to send to users with the amount and reference already filled + in. Learn how to create + prefilled links.
+ + {% set telephonePaymentLinksHtml %} + If you want to take payment in a call centre or by post, + + contact support + + to request + + MOTO (mail order telephone order) payment links + + to be set up on your account. + {% endset %} + + {{ govukInsetText({ + html: telephonePaymentLinksHtml + }) }} {% if permissions.tokens_create %}