Merge branch 'release/end-to-end-insurance' into rlsmerge/end-to-end-ins-to-develop
This commit is contained in:
commit
f75c88a337
1 changed files with 5 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ const getDefaultState = () => {
|
|||
lossCause: null,
|
||||
isItac: false,
|
||||
additionalAuthFlag: null,
|
||||
isNoComp: false,
|
||||
insuranceCompanyName: null,
|
||||
},
|
||||
schedule: {
|
||||
date: null,
|
||||
|
|
@ -599,6 +601,9 @@ export const mutations = {
|
|||
state.order.policy.policyNumber = sessionInformation.order.policy?.policyNumber;
|
||||
state.order.policy.dateOfLoss = sessionInformation.order.policy?.lossDate;
|
||||
state.order.policy.lossCause = sessionInformation.order.policy?.lossCause;
|
||||
state.order.policy.insuranceCompanyName =
|
||||
sessionInformation.order.policy?.insuranceCompanyName;
|
||||
state.order.policy.isNoComp = sessionInformation.order.policy?.noComprehensive;
|
||||
},
|
||||
updateExperiments(state, experiments) {
|
||||
state.applicationUser.experiments = experiments;
|
||||
|
|
|
|||
Loading…
Reference in a new issue