File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monei-prestashop" ,
3
- "version" : " 1.4.4 " ,
3
+ "version" : " 1.4.5 " ,
4
4
"main" : " index.js" ,
5
5
"repository" : " git@github.com:MONEI/MONEI-PrestaShop.git" ,
6
6
"author" : " MONEI <support@monei.com>" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function __construct()
36
36
$ this ->displayName = 'MONEI Payments ' ;
37
37
$ this ->name = 'monei ' ;
38
38
$ this ->tab = 'payments_gateways ' ;
39
- $ this ->version = '1.4.4 ' ;
39
+ $ this ->version = '1.4.5 ' ;
40
40
$ this ->author = 'MONEI ' ;
41
41
$ this ->need_instance = 0 ;
42
42
$ this ->ps_versions_compliancy = ['min ' => '1.7 ' , 'max ' => _PS_VERSION_ ];
Original file line number Diff line number Diff line change 9
9
10
10
class MoneiClient
11
11
{
12
- public const VERSION = '1.4.4 ' ;
12
+ public const VERSION = '1.4.5 ' ;
13
13
/**
14
14
* @var PaymentsApi
15
15
*/
You can’t perform that action at this time.
0 commit comments