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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,38 @@ This release introduces Unzer PayPal Express in Java SDK.
18
18
* Added `com.unzer.payment.Unzer::updateCharge()`, `com.unzer.payment.Unzer::updateAuthorization()` which must be invoked after Paypal-Express transaction is resumed.
19
19
* Added fields `orderId` and `invoiceId` to `Authorize`, `Charge` and `Cancel` transactions.
20
20
* Added authorize support for Paypage. Use `Paypage::setAction(Paypage.Action.AUTHORIZE)`
21
+
* Added new capture (charge authorization) methods. See: `com.unzer.payment.Unzer.chargeAuthorization(charge)` and `com.unzer.payment.Unzer.chargeAuthorization(paymentId, charge)`
22
+
23
+
### Changed
24
+
25
+
* Reduced multiple `com.unzer.payment.service.PaymentService.chargeAuthorization` methods to one with `Charge` argument.
21
26
22
27
### Deprecated
23
28
24
29
* Deprecated `com.unzer.payment.paymenttypes.Invoice`. Use `com.unzer.payment.paymenttypes.PaylaterInvoice` instead
30
+
* Deprecated behavioral methods for data objects. Please, use Unzer facade instead. List of deprecations:
31
+
*`AbstractTransaction` (base class of `Authorization`, `Cancel`, `Charge`, `Payout`, `Recurring`, `Shipment`, `MarketplaceAuthorization`, `MarketplaceCharge`, `MarketplacePayment`, `MarketplaceCancel`):
0 commit comments