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) {
var selectedVehicle = {
vin: vin,
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,
},
vehicle: this.$store.getters.vehicle,
};
await this.dispatchStoreAction(
storeActions.SAVE_VIN,