diff --git a/src/store/index.js b/src/store/index.js index 978dc68a..4688ec74 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1618,11 +1618,12 @@ export const useMainStore = defineStore({ }); }, async loadSession(duplicate) { - const { order } = this; + const { applicationUser, order } = this; const response = await globalMethods.callHttpClient({ method: endpoints.LoadSession.method, endpoint: endpoints.LoadSession.url, payload: { + savedSessionId: applicationUser.savedSessionId, referralNumber: duplicate.referralNumber, referralDate: duplicate.referralDate, parentAccountNumber: order.parentAccountNumber,