Merge pull request #526 from Safelite/feature/SSR-1084

update register-claim payload
This commit is contained in:
katiekroell 2024-01-08 09:39:46 -05:00 committed by GitHub
commit fdb11b365c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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