fix call API method in admin controller

This commit is contained in:
iyzoer 2017-08-18 15:40:37 +03:00
parent 9245f35b83
commit 2b2dbc4a48

View File

@ -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');