mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 06:06:06 +03:00
v2.2 (#35)
This commit is contained in:
parent
3a28b7c94d
commit
58e6e66579
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user