Change to camelCase.

This commit is contained in:
bmauger 2022-03-11 16:12:21 -05:00
parent 2ffc311f22
commit 21597f3f75

View file

@ -112,10 +112,10 @@ export const mutations = {
state.order.vehicle.registration.licensePlate = registrationLicensePlate; state.order.vehicle.registration.licensePlate = registrationLicensePlate;
}, },
updateServiceLocationZip(state, ServiceLocationZip){ updateServiceLocationZip(state, ServiceLocationZip){
state.order.vehicle.serviceLocation.zip = ServiceLocationZip; state.order.vehicle.serviceLocation.zip = serviceLocationZip;
}, },
updateCustomerEmailAddress(state, CustomerEmailAddress){ updateCustomerEmailAddress(state, CustomerEmailAddress){
state.order.vehicle.customer.emailAddress = CustomerEmailAddress; state.order.vehicle.customer.emailAddress = customerEmailAddress;
}, },
// EVENT BUS MUTATIONS // EVENT BUS MUTATIONS