mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 06:06:06 +03:00
fix call setLogs method
This commit is contained in:
parent
d221554bce
commit
e6ce2cbb89
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user