Reverting change for SSR-257 - zipCode will either pull registration.zip or customer.address.zip

This commit is contained in:
Kroell 2023-02-09 15:02:16 -05:00
parent 45bdfaabc4
commit 4f31b1c8f0

View file

@ -341,7 +341,7 @@ export const useMainStore = defineStore({
payload: {
carId: carId,
glassPieces: glassArrayForPayload,
zip: zipCode ? zipCode : "",
zip: zipCode,
vin: vin,
},
});