CASH-2855: Save all current vehicle data with vin
This commit is contained in:
parent
8ca4b3129c
commit
df5aba062f
1 changed files with 1 additions and 6 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue