Untitled
Anonymous
plain_text
02/11/2023 1:15 PM
328 B
19
Indexable
protected String getCatInd() {
if (getECOM() > 0 || (isMonerisGateWay() && (getMOTO() > 0))) {
return ("06");
} else if ("7523, 7542, 4784, 4111, 4112, 4131".indexOf(getMCC()) > -1) {
return ("03");
} else
return ("00");
}Editor is loading...