Merge pull request #646 from Safelite/feature/richardson/SSR-1104.4
send providerNumber for experiment
This commit is contained in:
commit
edfeda89ff
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue