From 2b2dbc4a481c0f0938a769f042c14cdcefa1a2b5 Mon Sep 17 00:00:00 2001 From: iyzoer Date: Fri, 18 Aug 2017 15:40:37 +0300 Subject: [PATCH] fix call API method in admin controller --- admin/controller/extension/module/retailcrm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controller/extension/module/retailcrm.php b/admin/controller/extension/module/retailcrm.php index a6ae5ee..0525b8a 100644 --- a/admin/controller/extension/module/retailcrm.php +++ b/admin/controller/extension/module/retailcrm.php @@ -544,7 +544,7 @@ class ControllerExtensionModuleRetailcrm extends Controller ); } - $response = $this->retailcrm->getDeliveryTypes(); + $response = $this->retailcrm->deliveryTypesList(); if ($response == false) { $this->_error['warning'] = $this->language->get('text_error_api');