Change to camelCase.
This commit is contained in:
parent
2ffc311f22
commit
21597f3f75
1 changed files with 2 additions and 2 deletions
|
|
@ -112,10 +112,10 @@ export const mutations = {
|
|||
state.order.vehicle.registration.licensePlate = registrationLicensePlate;
|
||||
},
|
||||
updateServiceLocationZip(state, ServiceLocationZip){
|
||||
state.order.vehicle.serviceLocation.zip = ServiceLocationZip;
|
||||
state.order.vehicle.serviceLocation.zip = serviceLocationZip;
|
||||
},
|
||||
updateCustomerEmailAddress(state, CustomerEmailAddress){
|
||||
state.order.vehicle.customer.emailAddress = CustomerEmailAddress;
|
||||
state.order.vehicle.customer.emailAddress = customerEmailAddress;
|
||||
},
|
||||
|
||||
// EVENT BUS MUTATIONS
|
||||
|
|
|
|||
Loading…
Reference in a new issue