mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Fixed orders uploading
This commit is contained in:
parent
3436b4f956
commit
29e5fe727d
@ -1,3 +1,6 @@
|
||||
## v3.4.10
|
||||
* Исправлена ошибка при ручной выгрузке заказов
|
||||
|
||||
## v3.4.9
|
||||
* Добавлены api методы для работы с файлами
|
||||
|
||||
|
@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
|
||||
|
||||
class RetailCRM extends Module
|
||||
{
|
||||
const VERSION = '3.4.9';
|
||||
const VERSION = '3.4.10';
|
||||
|
||||
const API_URL = 'RETAILCRM_ADDRESS';
|
||||
const API_KEY = 'RETAILCRM_API_TOKEN';
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user