mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 06:06:06 +03:00
Update customer.php
This commit is contained in:
parent
84391dd804
commit
0f6b57f3fa
@ -16,7 +16,7 @@ class ModelRetailcrmCustomer 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()
|
||||||
);
|
);
|
||||||
|
|
||||||
$customersToCrm = array();
|
$customersToCrm = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user