diff --git a/src/store/index.js b/src/store/index.js index be437f0a..e086be90 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -545,7 +545,8 @@ export const useMainStore = defineStore({ manualGlassNames: manualGlassNamesArray, policyState: this.order.customer.address.state, status: this.order.policy.status, - currentDeductible: this.order.originalDeductible, + originalDeductible: this.order.originalDeductible, + currentDeductible: this.order.currentDeductible, noCoverage: this.order.policy.noCoverage, isRepair: this.order.damage.isRepair, policyNumber: this.order.policy.policyNumber,