Published on : July 10, 2020

What is Doc Combo?
Validates whether the doc combo is OK or Not

Service Used: sublan_eligibility.doc_combo

Keys used in this section are

required
Should Doc combo is required or not
If yes then it must be verified
Varchar

Logic: Validate Doc Combo

Required
----------------
yes or no

doc_combo
-----------------
current doc_combo value

doc_combos
------------------
Allowed doc_combo list, get from product settings

Output :

"doc_combo"                 =>  array(7) 
[
"debug" => array(1)
"skip" => string(2) "no"
"required" => string(3) "yes"
"doc_combo" => string(6) "cc_bs3"
"doc_combos" => array(4)
[
0 => string(7) "sal_bs6"
1 => string(7) "sal_bs3"
2 => string(6) "cc_bs3"
3 => string(6) "oh_bs3"
]

Visual Output :