Fixed orders uploading

This commit is contained in:
gleemand 2022-07-28 17:03:15 +03:00 committed by GitHub
parent 3436b4f956
commit 29e5fe727d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## v3.4.10
* Исправлена ошибка при ручной выгрузке заказов
## v3.4.9
* Добавлены api методы для работы с файлами

View File

@ -1 +1 @@
3.4.9
3.4.10

View File

@ -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