Untitled
unknown
java
2 years ago
741 B
3
Indexable
protected String getTermProtcl() { if (isPOS()) { return (CreateLocale.TERMINAL_PROTOCOL_IPPUB.getvalue()); } else if (isMonerisGoPortal()) { return (CreateLocale.TERMINAL_PROTOCOL_IPML.getvalue()); } else if (isIVR()) { return (CreateLocale.TERMINAL_PROTOCOL_IPCW.getvalue()); } else if (isWireless()) { if (isMonerisGoDevice()) { return (CreateLocale.TERMINAL_PROTOCOL_IPML.getvalue()); } else { return (CreateLocale.TERMINAL_PROTOCOL_IPPUB.getvalue()); } } else if (isMonerisGateWay() || isPaydProPlus()) { return (CreateLocale.TERMINAL_PROTOCOL_IPML.getvalue()); } else if (hasPetroTrak() && isTerminal()) { return (CreateLocale.TERMINAL_PROTOCOL_IPPUB.getvalue()); } return null; }
Editor is loading...