From 4f31b1c8f06cae3b1a90c19524d4564023ed4318 Mon Sep 17 00:00:00 2001 From: Kroell Date: Thu, 9 Feb 2023 15:02:16 -0500 Subject: [PATCH] Reverting change for SSR-257 - zipCode will either pull registration.zip or customer.address.zip --- 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 b08671f5..db172dde 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -341,7 +341,7 @@ export const useMainStore = defineStore({ payload: { carId: carId, glassPieces: glassArrayForPayload, - zip: zipCode ? zipCode : "", + zip: zipCode, vin: vin, }, });