Add non-placeholder values
This commit is contained in:
parent
8134cc9a05
commit
3abdefe6cd
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ export const getters = {
|
||||||
funnelServiceZipCodeCtu: state.order.serviceLocation.zipCodeCtu,
|
funnelServiceZipCodeCtu: state.order.serviceLocation.zipCodeCtu,
|
||||||
funnelProviderNumber: state.order.serviceLocation.provider.ProviderNumber,
|
funnelProviderNumber: state.order.serviceLocation.provider.ProviderNumber,
|
||||||
funnelParentAccountNumber: state.order.payment.parentAccountNumber,
|
funnelParentAccountNumber: state.order.payment.parentAccountNumber,
|
||||||
funnelReferralType: state.order.payment.isInsurance ? "value if true" : "value if false",
|
funnelReferralType: state.order.payment.isInsurance ? "INSURANCE" : "CASH QUOTE",
|
||||||
funnelIsCoverageVerified: state.order.payment.insuranceCoverage.isVerified,
|
funnelIsCoverageVerified: state.order.payment.insuranceCoverage.isVerified,
|
||||||
funnelHasRecalibrationPart: getHasRecalibrationPart(state),
|
funnelHasRecalibrationPart: getHasRecalibrationPart(state),
|
||||||
funnelSelectedMultiGlass: state.order.damage.glassToReplace?.length > 1,
|
funnelSelectedMultiGlass: state.order.damage.glassToReplace?.length > 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue