diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/EventsLog.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/EventsLog.tsx index ff21f5325a..069b00572b 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/EventsLog.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/EventsLog.tsx @@ -112,6 +112,7 @@ const CollapsibleRow: React.FC = (submission) => { const showDownloadButton = canUserEditTeam(teamSlug) && submission.status === "Success" && + submission.eventType !== "Pay" && submissionEmail && isBefore(new Date(), submissionDataExpirationDate); diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/index.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/index.tsx index 73d1e4c247..f8b2dd6e02 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/index.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Settings/Submissions/index.tsx @@ -78,7 +78,9 @@ const Submissions: React.FC = () => { Submissions - Feed of payment and submission events for this service + Feed of payment and submission events for this service. Successful + submission events within the last 28 days are availabe to download to + team editors.