You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ Most recent latest changes is defined on every major, minor and bug fixes.
6
6
7
7
## Versions
8
8
9
+
### 1.7
10
+
11
+
Use since 01.01.2023 as EUR mandatory currency:
12
+
13
+
* EUR as main currency set 1.1.2022., removed unnecessary codes for conversion from HRK to EUR
14
+
* Added Currency code 978 and sent mandatory as `CurrencyCode` property [ISO 4217 HR](https://www.six-group.com/en/products-services/financial-information/data-standards.html)
15
+
* IntCurrency/IntAmount set as HRK currency for informative calculation
16
+
17
+
> Na svim Vašim shopID-evima će se sa 01.01.2023 od strane PayWay-a automatski postaviti EUR valuta, a na platnoj formi će i dalje biti dvojni prikaz cijena, no sa EUR valutom kao osnovnom i informativnim iznosom u HRK.
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ Support payment gateway for PayWay HT payment gateway.
11
11
12
12
## API
13
13
14
-
API 2.0 support updated to latest IntlCurrency and IntAmount
14
+
API 2.x.x support updated to latest IntlCurrency and IntAmount
15
15
16
16
Official Croatia Hrvatski Telekom [PayWay](https://www.hrvatskitelekom.hr/poslovni/ict/poslovna-rjesenja/web-shop#payway).
17
17
18
18
## FEATURES
19
19
20
20
Features
21
+
* EUR mandatory currency, HRK set as IntAmount from 1.1.2023.
22
+
* Added Currency code 978 and sent mandatory as `CurrencyCode` property [ISO 4217 HR](https://www.six-group.com/en/products-services/financial-information/data-standards.html)
21
23
* IntlCurrency and IntAmount added
22
24
* API 2.0 Support
23
25
* Production and testing API
@@ -31,25 +33,30 @@ Features
31
33
Removed
32
34
* Removed woo-multi-currency support and integration
33
35
* Removed T-Com names
36
+
* Removed HRK to EUR conversion
34
37
35
38
## RELEASES
36
39
37
40
### OFFICIAL RELEASES
38
41
39
-
API 2.0:
42
+
Latest version:
40
43
44
+
* Version [1.7](https://github.com/marinsagovac/woocommerce-tcom-payway/archive/refs/tags/1.7.zip) December/2022
45
+
46
+
API 2.x.x:
47
+
48
+
* Version [1.7](https://github.com/marinsagovac/woocommerce-tcom-payway/archive/refs/tags/1.7.zip) December/2022
41
49
* Version [1.6.1](https://github.com/marinsagovac/woocommerce-tcom-payway/archive/refs/tags/1.6.1.zip) September/2022
42
-
* Version [1.5](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.5.zip) November/2021
43
-
* Version [1.4](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.4.zip) June/2021
44
50
45
-
Old releases:
51
+
Old releases (not recommended):
46
52
53
+
* Version [1.5](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.5.zip) November/2021
54
+
* Version [1.4](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.4.zip) June/2021
47
55
* Version [1.3.3](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tag/1.3.3) January/2021
48
56
* Version [1.3](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tag/1.3) December/2019
echo'<p>Until 12.12.2022. calculation will be fixed between HRK-EUR: 1 HRK = '. $this->ratehrkfixed .'</p>';
123
-
echo'<p>If you use other curency it can automatically convert from USD (Wordpress) to HRK (PayWay) using ' .$hnbRatesUri . '</p>';
122
+
echo'<p>Preferred currency will be EUR, make sure that default currency on your webshop is set to EUR</p>';
123
+
echo'<p>Other currency will automatically calculated and sent to PayWay using HNB rates: USD (Wordpress) to HRK (PayWay) using ' .$hnbRatesUri . '</p>';
124
124
echo'</p>';
125
125
}
126
126
@@ -151,7 +151,7 @@ private function get_hnb_currency()
0 commit comments