This commit is contained in:
iyzoer 2017-06-22 00:45:28 +03:00 committed by Alex Lushpai
parent 3a28b7c94d
commit 58e6e66579

View File

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