Updating unit tests.
This commit is contained in:
parent
e7d5539487
commit
48ac7678ea
1 changed files with 0 additions and 2 deletions
|
|
@ -557,8 +557,6 @@ export const useMainStore = defineStore({
|
|||
isItac: this.order.policy.isITAC
|
||||
}
|
||||
}).then((r) => {
|
||||
console.log('Promise Log: ');
|
||||
console.log(r);
|
||||
this.order.policy.policyData = r.data.policyData;
|
||||
this.updateDeductible(r.data.deductible);
|
||||
return resolve(r);
|
||||
|
|
|
|||
Loading…
Reference in a new issue