CSR-416 Fix returning license plate on load

This commit is contained in:
Katie 2022-05-12 08:45:32 -04:00
parent e9524018bf
commit 8bfdb6b50c

View file

@ -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,
}
});