Skip to content

Commit 646119d

Browse files
authored
Merge pull request #1697 from companieshouse/feat/roe-2732/add-force-flag-to-get-call
feat/roe-2732: add force flag to fetch call
2 parents df39d5a + 4497155 commit 646119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/payment.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const startPaymentsSession = async (
5656

5757
const isRegistration = isRegistrationJourney(req);
5858
const appData: ApplicationData = {
59-
...(await fetchApplicationData(req, isRegistration)),
59+
...(await fetchApplicationData(req, isRegistration, true)),
6060
[Transactionkey]: transactionId,
6161
[OverseasEntityKey]: overseasEntityId
6262
};

0 commit comments

Comments
 (0)