send providerNumber for experiment

This commit is contained in:
Bill Richardson 2024-04-25 12:32:22 -04:00
parent c128852818
commit a8d328c9f7

View file

@ -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,