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
+17
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres
7
7
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8
8
9
+
## [1.2.2.0][1.2.2.0]
10
+
11
+
This release adds Klarna payment type to Java SDK.
12
+
13
+
### Added
14
+
15
+
* Added payment type `Klarna`.
16
+
* Added `language` field to `Customer` resource.
17
+
* Added `termsAndConditionsUrl` and `privacyPolicyUrl` fields to `AdditionalTransactionData` resource
18
+
19
+
### Fixed
20
+
21
+
* Fixed typo `ShippingAddress.Type:DIFFERENT_ADDRESSES` -> `ShippingAddress.Type:DIFFERENT_ADDRESS`. This typo caused errors on authorize/charge in some payment cases
22
+
* Fixed (de-)serialization of `AbstractTransaction` cause infinite Webhook calls.
23
+
9
24
## [1.2.1.0][1.2.1.0]
10
25
11
26
This release brings Unzer Paylater Invoice payment type support to Java SDK.
@@ -234,6 +249,8 @@ This release brings Unzer Paylater Invoice payment type support to Java SDK.
0 commit comments