blikCode = $blikCode; $this->token = $token; $this->logEmptySuffixErrorData(); return false; } /** * Dump object state to log. */ private function logEmptySuffixErrorData() { PrestaShopLogger::addLog( 'No BlikRest class for suffix, probable misconfiguration details: ' . json_encode(get_object_vars($this)) ); } }