1.2.2.0
This release adds Klarna payment type to Java SDK.
Added
- Added payment type
Klarna. - Added
languagefield toCustomerresource. - Added
termsAndConditionsUrlandprivacyPolicyUrlfields toAdditionalTransactionDataresource
Fixed
- Fixed typo
ShippingAddress.Type:DIFFERENT_ADDRESSES->ShippingAddress.Type:DIFFERENT_ADDRESS. This typo caused errors on authorize/charge in some payment cases - Fixed (de-)serialization of
AbstractTransactioncause infinite Webhook calls.