diff --git a/src/store/index.js b/src/store/index.js index 8356f35f3..ddb2aab19 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -963,6 +963,8 @@ export const getters = { funnelServiceState: state.order.serviceLocation.state, funnelServiceZipCode: state.order.serviceLocation.zipCode, funnelServiceZipCodeCtu: state.order.serviceLocation.zipCodeCtu, + funnelPolicyIsItac: state.order.policy.isItac ? "TRUE" : "FALSE", + funnelPolicyIsNoComp: state.order.policy.isNoComp ? "TRUE" : "FALSE", funnelProviderNumber: state.order.serviceLocation.provider.providerNumber, funnelParentAccountNumber: state.order.payment.parentAccountNumber, funnelReferralType: state.order.payment.isInsurance ? "INSURANCE" : "CASH QUOTE",