Untitled
unknown
plain_text
2 years ago
246 B
5
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...