removing more unneeded code
This commit is contained in:
parent
14650b7bbb
commit
ea14a7f888
2 changed files with 0 additions and 2 deletions
|
|
@ -211,7 +211,6 @@ export default {
|
||||||
verifiedItacAlert: 'VerifiedITACAlert',
|
verifiedItacAlert: 'VerifiedITACAlert',
|
||||||
explanatoryText: 'ExplanatoryTextWidget',
|
explanatoryText: 'ExplanatoryTextWidget',
|
||||||
nextStep: 'NextStepsWidget',
|
nextStep: 'NextStepsWidget',
|
||||||
nextStepITACNoComp: 'NextStepsWidgetITACNoComp',
|
|
||||||
serviceProviderQuestion: 'ServiceProviderQuestion'
|
serviceProviderQuestion: 'ServiceProviderQuestion'
|
||||||
},
|
},
|
||||||
RECAL_MODAL_REF_NAME
|
RECAL_MODAL_REF_NAME
|
||||||
|
|
|
||||||
|
|
@ -740,7 +740,6 @@ export const useMainStore = defineStore({
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
this.order.policy.policyData = r.data.policyData;
|
this.order.policy.policyData = r.data.policyData;
|
||||||
this.updateDeductible(r.data);
|
this.updateDeductible(r.data);
|
||||||
// this.updateDeductible(r.data);
|
|
||||||
return resolve(r);
|
return resolve(r);
|
||||||
}).catch((error) => reject(error));
|
}).catch((error) => reject(error));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue