From 58e6e665796326eb2ad3b1cc6bb2e39f77c79b1e Mon Sep 17 00:00:00 2001 From: iyzoer Date: Thu, 22 Jun 2017 00:45:28 +0300 Subject: [PATCH 1/4] v2.2 (#35) --- admin/model/retailcrm/references.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/model/retailcrm/references.php b/admin/model/retailcrm/references.php index b1f3f00..118ef6d 100644 --- a/admin/model/retailcrm/references.php +++ b/admin/model/retailcrm/references.php @@ -109,7 +109,7 @@ class ModelRetailcrmReferences extends Model $this->retailcrm = new RetailcrmProxy( $settings['retailcrm_url'], $settings['retailcrm_apikey'], - $this->serLogs() + $this->setLogs() ); $response = $this->retailcrm->statusesList(); From 84391dd804ef7067a7cd25366a1c79a341221afb Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Mon, 3 Jul 2017 12:12:20 +0300 Subject: [PATCH 2/4] Update history.php --- admin/model/retailcrm/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/model/retailcrm/history.php b/admin/model/retailcrm/history.php index 1ac2e42..ab51688 100644 --- a/admin/model/retailcrm/history.php +++ b/admin/model/retailcrm/history.php @@ -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']) From 0f6b57f3fa48a18ff0140c5d87b19b8d0b5d97d8 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 4 Jul 2017 17:07:47 +0300 Subject: [PATCH 3/4] 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(); From cceb82df9275d3b591fbb3a84314005277730dff Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 4 Jul 2017 17:08:33 +0300 Subject: [PATCH 4/4] Update order.php --- admin/model/retailcrm/order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/model/retailcrm/order.php b/admin/model/retailcrm/order.php index 89843af..18f6d26 100644 --- a/admin/model/retailcrm/order.php +++ b/admin/model/retailcrm/order.php @@ -17,7 +17,7 @@ class ModelRetailcrmOrder extends Model { $this->retailcrmApi = new RetailcrmProxy( $settings['retailcrm_url'], $settings['retailcrm_apikey'], - $this->serLogs() + $this->setLogs() ); $ordersToCrm = array();