mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 13:53:37 +03:00
fix bug
This commit is contained in:
parent
1ae106d7ad
commit
466d7e504f
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ class ModelRetailcrmOrder extends Model {
|
|||
require_once DIR_SYSTEM . 'library/retailcrm/bootstrap.php';
|
||||
|
||||
$this->retailcrmApi = new RetailcrmProxy(
|
||||
$settings['retailcrm_url'],
|
||||
$settings['retailcrm_apikey'],
|
||||
$this->settings['retailcrm_url'],
|
||||
$this->settings['retailcrm_apikey'],
|
||||
$this->setLogs()
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue