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.7 " ,
3
+ "version" : " 1.4.8 " ,
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 @@ -44,7 +44,7 @@ public function __construct()
44
44
$ this ->displayName = 'MONEI Payments ' ;
45
45
$ this ->name = 'monei ' ;
46
46
$ this ->tab = 'payments_gateways ' ;
47
- $ this ->version = '1.4.7 ' ;
47
+ $ this ->version = '1.4.8 ' ;
48
48
$ this ->author = 'MONEI ' ;
49
49
$ this ->need_instance = 0 ;
50
50
$ 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.7 ' ;
12
+ public const VERSION = '1.4.8 ' ;
13
13
/**
14
14
* @var PaymentsApi
15
15
*/
You can’t perform that action at this time.
0 commit comments