CASH-494
CASH-494 added experimentOrder fields for ITAC and NoComp
This commit is contained in:
parent
f39ea59a40
commit
f29e07529a
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue