send both deductibles in payload

This commit is contained in:
Katie Kroell 2023-12-18 14:11:31 -05:00
parent 32a9f3dc37
commit 5bf83fe6ef

View file

@ -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,