From 8bfdb6b50ce3e1fba0ffff1e3d2f8c777c796948 Mon Sep 17 00:00:00 2001 From: Katie Date: Thu, 12 May 2022 08:45:32 -0400 Subject: [PATCH] CSR-416 Fix returning license plate on load --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index d2123e546..69f6c2ba0 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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, } });