From 6544c12a0992771a1d763199703fc6a2ab6e6fa4 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 28 Jun 2023 13:20:29 -0400 Subject: [PATCH] Also change license plate lookup. --- src/layouts/license-plate-lookup/license-plate-lookup.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index 4cc69fb16..367e1c938 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -302,16 +302,11 @@ export default { await this.dispatchStoreAction(storeActions.SAVE_EMAIL, this.email, false); await this.dispatchStoreAction( - storeActions.SAVE_SERVICE_LOCATION, + storeActions.SAVE_SERVICE_ZIP_CODE_INFO, { - address: "", - address2: "", - city: "", state: resultMap.serviceZipValidationResponse.state, zipCode: this.serviceZipCode, zipCodeCtu: resultMap.serviceZipValidationResponse.zipCodeCtu, - appointmentType: "", - isVehicleProtected: null, }, false );