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) {
|
||||
var selectedVehicle = {
|
||||
vin: vin,
|
||||
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,
|
||||
},
|
||||
vehicle: this.$store.getters.vehicle,
|
||||
};
|
||||
await this.dispatchStoreAction(
|
||||
storeActions.SAVE_VIN,
|
||||
|
|
|
|||
Loading…
Reference in a new issue