mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-01-23 03:01:41 +03:00
fix call API method in admin controller
This commit is contained in:
parent
9245f35b83
commit
2b2dbc4a48
@ -544,7 +544,7 @@ class ControllerExtensionModuleRetailcrm extends Controller
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$response = $this->retailcrm->getDeliveryTypes();
|
$response = $this->retailcrm->deliveryTypesList();
|
||||||
|
|
||||||
if ($response == false) {
|
if ($response == false) {
|
||||||
$this->_error['warning'] = $this->language->get('text_error_api');
|
$this->_error['warning'] = $this->language->get('text_error_api');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user