Skip to content

Commit

Permalink
Merge pull request #4243 from alphagov/PP-13022_fixing-webhooks-timin…
Browse files Browse the repository at this point in the history
…g-mismatch

PP-13022: Updated the content on the webhooks page to match the implementation.
  • Loading branch information
nataliecarey authored Aug 2, 2024
2 parents bfa83ff + 98eb769 commit ac35a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/webhooks/detail.njk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="govuk-!-margin-top-6">
<h2 class="govuk-heading-m">Events</h2>

<p class="govuk-body">Events sent to your webhook are stored for 14 days.</p>
<p class="govuk-body">Events sent to your webhook are stored for 7 days.</p>

<div class="govuk-body govuk-!-margin-top-4">
<a class="govuk-link govuk-link--no-visited-state govuk-!-margin-right-1 {% if status == 'successful' %} govuk-!-font-weight-bold {% endif %}" href="?status=successful&page={{ page }}">Successful</a>
Expand Down Expand Up @@ -112,4 +112,4 @@
<a id="toggle-status" class="govuk-link govuk-link--no-visited-state pay-link-text-red" href="{{ formatFutureStrategyAccountPathsFor(routes.futureAccountStrategy.webhooks.toggleActive, currentGatewayAccount.type, currentGatewayAccount.service_id, currentGatewayAccount.external_id, webhook.external_id) }}">{{ actionText }}</a>
</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit ac35a8a

Please sign in to comment.