Skip to content

Commit

Permalink
Merge pull request #1697 from companieshouse/feat/roe-2732/add-force-…
Browse files Browse the repository at this point in the history
…flag-to-get-call

feat/roe-2732: add force flag to fetch call
  • Loading branch information
mwejuli-ch authored Feb 24, 2025
2 parents df39d5a + 4497155 commit 646119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/payment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const startPaymentsSession = async (

const isRegistration = isRegistrationJourney(req);
const appData: ApplicationData = {
...(await fetchApplicationData(req, isRegistration)),
...(await fetchApplicationData(req, isRegistration, true)),
[Transactionkey]: transactionId,
[OverseasEntityKey]: overseasEntityId
};
Expand Down

0 comments on commit 646119d

Please sign in to comment.