From 0f6b57f3fa48a18ff0140c5d87b19b8d0b5d97d8 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 4 Jul 2017 17:07:47 +0300 Subject: [PATCH] Update customer.php --- admin/model/retailcrm/customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();