mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
fix tests
This commit is contained in:
parent
c20b285b11
commit
6f1b2b3724
4 changed files with 7 additions and 4 deletions
4
.github/workflows/presta.yml
vendored
4
.github/workflows/presta.yml
vendored
|
@ -26,10 +26,10 @@ jobs:
|
|||
# - php-version: '7.1' - Error install PrestaShop
|
||||
# branch: '1.7.8.10'
|
||||
- php-version: '7.2'
|
||||
branch: '1.7.8.10'
|
||||
branch: '1.7.8.11'
|
||||
coverage: 1
|
||||
- php-version: '7.3'
|
||||
branch: '1.7.8.10'
|
||||
branch: '1.7.8.11'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
## v3.6.13
|
||||
* Внесены правки в тесты
|
||||
|
||||
## v3.6.12
|
||||
* Добавлена передача дополнительных параметров в GET запросах
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.6.12
|
||||
3.6.13
|
||||
|
|
|
@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
|
|||
|
||||
class RetailCRM extends Module
|
||||
{
|
||||
const VERSION = '3.6.12';
|
||||
const VERSION = '3.6.13';
|
||||
const API_URL = 'RETAILCRM_ADDRESS';
|
||||
const API_KEY = 'RETAILCRM_API_TOKEN';
|
||||
const DELIVERY = 'RETAILCRM_API_DELIVERY';
|
||||
|
|
Loading…
Add table
Reference in a new issue