diff --git a/src/store/index.js b/src/store/index.js index d75e30fc6..66005abd5 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -141,7 +141,7 @@ export const mutations = { updateRegistrationZipCode(state, registrationZipCode){ state.order.vehicle.registration.zipCode = registrationZipCode; }, - updateRegistrationAddress(state, reistrationAddress){ + updateRegistrationAddress(state, registrationAddress){ state.order.vehicle.registration.address = registrationAddress; }, updateServiceLocationZip(state, serviceLocationZip){