Merge pull request #165 from Safelite/feature/digital/SSR-267
fix to save vin to store correctly so getPartsOrQuestions can use vin
This commit is contained in:
commit
601f449550
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ export default {
|
||||||
await useMainStore().saveRegistrationLicensePlateLookup(
|
await useMainStore().saveRegistrationLicensePlateLookup(
|
||||||
{
|
{
|
||||||
isSelectedGlassAvailableForVehicle: this.isSelectedGlassAvailableForVehicle,
|
isSelectedGlassAvailableForVehicle: this.isSelectedGlassAvailableForVehicle,
|
||||||
vehicleInfo: Object.assign(vehicleFromLookup, {vin: vehicleFromLookup.vin }),
|
vehicleInfo: Object.assign(vinLookupResponse.data.vehicle, { vin: vinLookupResponse.data.vin }),
|
||||||
registrationInfo: {
|
registrationInfo: {
|
||||||
licensePlate: this.licensePlate,
|
licensePlate: this.licensePlate,
|
||||||
state: this.licenseState,
|
state: this.licenseState,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue