diff --git a/admin/model/retailcrm/customer.php b/admin/model/retailcrm/customer.php index 77c347a..d2ccba8 100644 --- a/admin/model/retailcrm/customer.php +++ b/admin/model/retailcrm/customer.php @@ -16,7 +16,7 @@ class ModelRetailcrmCustomer extends Model { $this->retailcrmApi = new RetailcrmProxy( $settings['retailcrm_url'], $settings['retailcrm_apikey'], - $this->serLogs() + $this->setLogs() ); $customersToCrm = array();