mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-04 21:53:36 +03:00
Fixed orders uploading
This commit is contained in:
parent
3436b4f956
commit
29e5fe727d
4 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
## v3.4.10
|
||||
* Исправлена ошибка при ручной выгрузке заказов
|
||||
|
||||
## v3.4.9
|
||||
* Добавлены api методы для работы с файлами
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.4.9
|
||||
3.4.10
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue