Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit db314b9

Browse files
committed
Version update
1 parent c40845e commit db314b9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.4.3
2+
* Update SDK
3+
14
## 2.4.2
25
* Fixed checkout when not show paymethods
36

app/code/community/PayU/Account/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PayU_Account_Model_Config
1515
/**
1616
* Plugin version
1717
*/
18-
const PLUGIN_VERSION = '2.4.2';
18+
const PLUGIN_VERSION = '2.4.3';
1919

2020
/**
2121
* @var int

app/code/community/PayU/Account/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<PayU_Account>
5-
<version>2.4.2</version>
5+
<version>2.4.3</version>
66
</PayU_Account>
77
</modules>
88
<global>

0 commit comments

Comments
 (0)