mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-27 23:56:05 +03:00
Update history.php
This commit is contained in:
parent
58e6e66579
commit
84391dd804
@ -41,7 +41,7 @@ class ModelRetailcrmHistory extends Model
|
|||||||
$crm = new RetailcrmProxy(
|
$crm = new RetailcrmProxy(
|
||||||
$settings['retailcrm_url'],
|
$settings['retailcrm_url'],
|
||||||
$settings['retailcrm_apikey'],
|
$settings['retailcrm_apikey'],
|
||||||
$this->serLogs()
|
$this->setLogs()
|
||||||
);
|
);
|
||||||
|
|
||||||
$lastRun = !empty($history['retailcrm_history'])
|
$lastRun = !empty($history['retailcrm_history'])
|
||||||
|
Loading…
Reference in New Issue
Block a user