This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Release Version 1.1.0.0
1.1.0.0
This update contains breaking changes and you will most certainly have to update your implementation
Changed
- Payment types
Prepayment
,Invoice
andInvoice guaranteed
can no longer perform the authorize transaction but only direct charge. - Enabled chargePayment with payment id.
- Renamed
KeyValidator
class toPrivateKeyValidator
. - Enabled setting the language for client messages.
- Merged examples into and added error messages to the failure page.
- Changed tests to meet updates in payment amount calculation within the payment API.
Added
- Basic
PublicKeyValidator
which makes sure the key has the correct format. - Basket field
amountTotalVat
. - Optional parameter card3ds to charge and authorize transactions to enable switching between 3ds and non-3ds.
- Transaction message property holding the last code and message from the api.
Removed
- Constructor from
AbstractHeidelpayResource
.
Fixed
- Several code style issues.