mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
fix for validation on marketplace, edit validation form for saving settings
This commit is contained in:
parent
9d40ea1952
commit
54a476eed0
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<module>
|
|
||||||
<name>retailcrm</name>
|
|
||||||
<displayName><![CDATA[RetailCRM]]></displayName>
|
|
||||||
<version><![CDATA[1.6]]></version>
|
|
||||||
<description><![CDATA[Модуль интеграции с RetailCRM]]></description>
|
|
||||||
<author><![CDATA[Retail Driver LCC]]></author>
|
|
||||||
<tab><![CDATA[export]]></tab>
|
|
||||||
<confirmUninstall><![CDATA[Вы уверены, что хотите удалить модуль?]]></confirmUninstall>
|
|
||||||
<is_configurable>1</is_configurable>
|
|
||||||
<need_instance>1</need_instance>
|
|
||||||
<limited_countries></limited_countries>
|
|
||||||
</module>
|
|
@ -3,7 +3,7 @@
|
|||||||
* @author Retail Driver LCC
|
* @author Retail Driver LCC
|
||||||
* @copyright RetailCRM
|
* @copyright RetailCRM
|
||||||
* @license GPL
|
* @license GPL
|
||||||
* @version 2.2.0
|
* @version 2.1.2
|
||||||
* @link https://retailcrm.ru
|
* @link https://retailcrm.ru
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -679,6 +679,7 @@ class RetailCRM extends Module
|
|||||||
$response = $api->deliveryTypesList();
|
$response = $api->deliveryTypesList();
|
||||||
|
|
||||||
if ($response !== false) {
|
if ($response !== false) {
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user