fix call setLogs method

This commit is contained in:
iyzoer 2017-06-19 10:31:14 +03:00
parent d221554bce
commit e6ce2cbb89

View File

@ -109,7 +109,7 @@ class ModelRetailcrmReferences extends Model
$this->retailcrm = new RetailcrmProxy(
$settings['retailcrm_url'],
$settings['retailcrm_apikey'],
$this->serLogs()
$this->setLogs()
);
$response = $this->retailcrm->statusesList();