Skip to content

Commit

Permalink
PP-12297 Change link in footer and Go Live page to link to new Stripe…
Browse files Browse the repository at this point in the history
… T&C page

- Changes the hyperlink in the footer and the Go Live Page from linking to
  /policy/stripe-connected-account-agreement to instead link to
  /policy/stripe-terms-and-conditions
  • Loading branch information
DomBelcher committed Feb 28, 2024
1 parent 77c25bf commit 8da17ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/includes/footer-categories.njk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<a class="govuk-footer__link" href="/policy/contract-for-non-crown-bodies">Contract for non-Crown bodies</a>
</li>
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="/policy/stripe-connected-account-agreement">Stripe Connected Account Agreement</a>
<a class="govuk-footer__link" href="/policy/stripe-terms-and-conditions">Stripe Terms and Conditions</a>
</li>
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="/policy/pci-dss-attestation-of-compliance">Attestation of Compliance for PCI</a>
Expand Down
2 changes: 1 addition & 1 deletion app/views/request-to-go-live/agreement.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ul>

{% if displayStripeAgreement %}
<p class="govuk-body">You must also accept Stripe’s legal terms: <a href="/policy/stripe-connected-account-agreement" class="govuk-link">Stripe Connected Account Agreement.</a></p>
<p class="govuk-body">You must also accept Stripe’s legal terms: <a href="/policy/stripe-terms-and-conditions" class="govuk-link">Stripe Terms and Conditions.</a></p>
{% endif %}
<p class="govuk-body govuk-!-margin-bottom-6">These terms are confidential and must not be shared outside your organisation.</p>

Expand Down

0 comments on commit 8da17ea

Please sign in to comment.