diff --git a/src/store/index.js b/src/store/index.js index d2123e546..69f6c2ba0 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -237,7 +237,7 @@ export const mutations = { city: orderInformation.vehicle.registration.city, state: orderInformation.vehicle.registration.state, zipCode: orderInformation.vehicle.registration.zipCode, - licensePlate: orderInformation.vehicle.registration.licensePlate, + licensePlate: orderInformation.vehicle.registration.licensePlateNumber, } });