CSR-416 Fix returning license plate on load
This commit is contained in:
parent
e9524018bf
commit
8bfdb6b50c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue