From a8d328c9f7aefd492d7021783a301931c1e32251 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 25 Apr 2024 12:32:22 -0400 Subject: [PATCH] send providerNumber for experiment --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index bcba8a24..f8311636 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -387,6 +387,7 @@ export const useMainStore = defineStore({ funnelServiceZipCode: state.order.serviceLocation.zipCode, funnelServiceZipCodeCtu: state.order.serviceLocation.zipCodeCtu, funnelParentAccountNumber: state.order.accountNumber, + funnelProviderNumber: state.order.serviceLocation.provider.providerNumber, funnelIsCoverageVerified: state.order.payment.insuranceCoverage.isVerified, funnelHasRecalibrationPart: getHasRecalibrationPart(state), funnelSelectedMultiGlass: state.order.damage.glassToReplace?.length > 1,