From 575c9f55c19738d6d117f4a86aa7bb07c91a5bb8 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Thu, 21 Sep 2017 10:19:43 +0300 Subject: [PATCH] Bug fix --- retailcrm/retailcrm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index 617ff03..29cbf12 100644 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -679,7 +679,6 @@ class RetailCRM extends Module $response = $api->deliveryTypesList(); if ($response !== false) { - return true; }