fixed call to 'updateVehicleInfo' which was saving the vin as null

This commit is contained in:
Leah Schumann 2022-05-09 16:51:25 -04:00
parent e9d4f738ed
commit c025365ad7

View file

@ -240,7 +240,7 @@ export default {
}
// update data if the zip or service zip is servicable
this.updateVehicleInfo(carFound.vin, carFound);
this.updateVehicleInfo(carsFound[0].vin, carFound);
this.updateCustomerInfo();
} else if (carsFound.length > 1) {