Releases: unzerdev/java-sdk
Releases · unzerdev/java-sdk
1.1.2.0
Added
- Enabled to set RecurrenceType for Authorize-, Charge- and Recurring-Requests (CIT/MIT)
- Added SDK-Info to HTTP-Request-Header like SDK-Type or SDK-Version
Changed
- Several minor improvements.
1.1.1.1
1.1.1.0
1.1.1.0
Changed
- Changed
ApplePay-Paymenttype accordingly to new Tech-Spec- Added new Parameters to
ApplePay-Class - Added new Test-Functions for
ApplePay-Class andApplePayHeader-Class - Added Constructors for
ApplePay-Class andApplePayHeader-Class with mandatory Parameters
- Added new Parameters to
- Changed Documentation Link in Readme-File
Version 1.1.0.1
Fixed
- Fixed the Way how the PAPI-Keypairs are loaded on Unzer Object Creation and eliminated the NullPointerException which was thrown
Changed
- Some Tests were failing because of missing Merchant Configuration of the used Test-Merchant
Rebranding to Unzer
This SDK replaces the heidelpay/heidelpayJava, find the migration guide here.
Added
- Added mapping of old payment type ids to the new payment type resources.
- e.g.
InvoiceGuaranteedandInvoiceFactoringreplaced byInvoiceSecured
- e.g.
- Add email property to payment type
cardto meet 3Ds2.x regulations.
Changed
- Rebranded SDK to Unzer.
- Removed payment type string from URL when fetching a payment type resource.
- Replace payment methods guaranteed/factoring by secured payment methods, i.e.:
InvoiceGuaranteedandInvoiceFactoringreplaced byInvoiceSecuredSepaDirectDebitGuaranteedreplaced bySepaDirectDebitSecuredHirePurchaseDirectDebitreplaced byInstallmentSecured- Basket is now mandatory for all those payment types above.
- Several minor changes.
Fixed
- Changed handling of Keypairs for tests
Removed
- Remove deprecated methods.
- getBasketImage
- setBasketImage
- getDescriptionMain
- setDescriptionMain
- getDescriptionSmall
- setDescriptionSmall
- cancelAuthorization
- Remove deprecated classes
- RestCommunication