mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 05:43:37 +03:00
fix call API method in admin controller
This commit is contained in:
parent
9245f35b83
commit
2b2dbc4a48
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue