Merge pull request #3220 from Safelite/feature/CASH-2855

Feature/CASH 2855
This commit is contained in:
Chris 2026-06-11 10:00:19 -04:00 committed by GitHub
commit f225f352ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,