Added savedsessionid to the load session call. This is a required field for this call.
This commit is contained in:
parent
0fa0c8ab4e
commit
54b8fedb5b
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue