CASH-2855: Save all current vehicle data with vin

This commit is contained in:
credelinghuys 2026-06-11 09:48:01 -04:00
parent 8ca4b3129c
commit df5aba062f

View file

@ -500,12 +500,7 @@ export default {
async continueWithFailedVin(vin, zipCodeData) { async continueWithFailedVin(vin, zipCodeData) {
var selectedVehicle = { var selectedVehicle = {
vin: vin, vin: vin,
vehicle: { vehicle: this.$store.getters.vehicle,
carId: this.carId,
make: this.$store.getters.order.vehicle.make || null,
model: this.$store.getters.order.vehicle.model || null,
year: this.$store.getters.order.vehicle.year || null,
},
}; };
await this.dispatchStoreAction( await this.dispatchStoreAction(
storeActions.SAVE_VIN, storeActions.SAVE_VIN,