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 29, 2024
1 parent 01e2a2c commit fa9c8d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 <a href="/policy/stripe-terms-and-conditions" class="govuk-link">Stripe’s 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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Request to go live: agreement', () => {
cy.get('h1').should('contain', 'Read and accept our legal terms')

cy.get('fieldset').should('contain', 'These include the legal terms of Stripe, GOV.UK Pay’s payment service provider.')
cy.get('fieldset').should('contain', 'You must also accept Stripe’s legal terms: Stripe Connected Account Agreement.')
cy.get('fieldset').should('contain', 'You must also accept Stripe’s terms and conditions.')
cy.get('ul.govuk-list>li').eq(0).should('contain', 'Crown body memorandum of understanding')
cy.get('ul.govuk-list>li').eq(1).should('contain', 'Non-Crown body contract')

Expand Down

0 comments on commit fa9c8d2

Please sign in to comment.