fix vehicle.id

This commit is contained in:
Katie Kroell 2023-11-16 11:17:21 -05:00
parent 81397697f3
commit abf3729c7f

View file

@ -486,7 +486,7 @@ export const useMainStore = defineStore({
country: 'US' // TODO set from store
},
vehicle: {
id: this.order.vehicle.carId?.toString() ?? '',
id: this.order.vehicle.policyVehicleId?.toString() ?? '',
year: this.order.vehicle.year?.toString() ?? '',
make: this.order.vehicle.make,
model: this.order.vehicle.model,