mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-27 23:56:05 +03:00
Update order.php
This commit is contained in:
parent
0f6b57f3fa
commit
cceb82df92
@ -17,7 +17,7 @@ class ModelRetailcrmOrder extends Model {
|
|||||||
$this->retailcrmApi = new RetailcrmProxy(
|
$this->retailcrmApi = new RetailcrmProxy(
|
||||||
$settings['retailcrm_url'],
|
$settings['retailcrm_url'],
|
||||||
$settings['retailcrm_apikey'],
|
$settings['retailcrm_apikey'],
|
||||||
$this->serLogs()
|
$this->setLogs()
|
||||||
);
|
);
|
||||||
|
|
||||||
$ordersToCrm = array();
|
$ordersToCrm = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user