CASH-494
CASH-494 changed TRUE and FALSE to lowercase
This commit is contained in:
parent
f29e07529a
commit
634713ab98
1 changed files with 2 additions and 2 deletions
|
|
@ -963,8 +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",
|
||||
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