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,