Untitled

 avatar
unknown
plain_text
2 years ago
180 B
4
Indexable
	protected String getTermOwr() {
		if (isIVR() || isDirectCash() || isMonerisGoPortal()) {
			return CreateLocale.OWN.getvalue();
		}
		return CreateLocale.RENT.getvalue();
	}
Editor is loading...