Update customer.php

This commit is contained in:
Alex Lushpai 2017-07-04 17:07:47 +03:00 committed by GitHub
parent 84391dd804
commit 0f6b57f3fa

View File

@ -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();