| Аргумент | Возможный тип | Описание |
| У метода нет аргументов | ||
if($this->config->get('openbay_status') != 0 && $this->config->get('openbaypro_token') != '' && $this->config->get('openbaypro_secret') != '' && $this->config->get('openbaypro_string1') != '' && $this->config->get('openbaypro_string2') != '') {
return true;
}else{
return false;
}