mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-05 06:13:38 +03:00
Update history.php
This commit is contained in:
parent
58e6e66579
commit
84391dd804
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ModelRetailcrmHistory extends Model
|
|||
$crm = new RetailcrmProxy(
|
||||
$settings['retailcrm_url'],
|
||||
$settings['retailcrm_apikey'],
|
||||
$this->serLogs()
|
||||
$this->setLogs()
|
||||
);
|
||||
|
||||
$lastRun = !empty($history['retailcrm_history'])
|
||||
|
|
Loading…
Add table
Reference in a new issue