send cause and damageDescription in payload

This commit is contained in:
Katie Kroell 2024-01-05 16:20:22 -05:00
parent 4c6e098f2d
commit d3f2e3892d

View file

@ -532,7 +532,8 @@ export const useMainStore = defineStore({
model: this.order.vehicle.model, model: this.order.vehicle.model,
vin: this.order.vehicle.vin vin: this.order.vehicle.vin
}, },
cause: this.order.policy.damageCause cause: this.order.policy.damageCause,
damageDescription: this.order.policy.damageCause
} }
} }
}).then((response) => { }).then((response) => {