diff --git a/src/store/index.js b/src/store/index.js index ef7afdaa..db666c65 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,