Merge pull request #474 from Safelite/feature/CSR-607

spaces in LP fix
This commit is contained in:
Frank Rua 2022-05-18 17:49:27 -04:00 committed by GitHub
commit ab5a5a0968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,10 +322,7 @@ export default {
});
},
lookupVin(plate, state) {
return baseMixin.methods.dispatchStoreAction(
storeActions.LOOKUP_VIN_BY_PLATE,
{ licensePlate: plate, licenseState: state }
);
return baseMixin.methods.dispatchStoreAction(storeActions.LOOKUP_VIN_BY_PLATE,{ licensePlate: plate, licenseState: state }, false);
},
updateCustomerInfo(vin, vehicleInfo, registrationState) {
if (this.isCarIdDifferent && !this.isSelectedGlassAvailableForVehicle) {