Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Release Version 1.1.0.0

Compare
Choose a tag to compare
@sixer1182 sixer1182 released this 25 Mar 08:12
· 937 commits to master since this release
3e7654d

1.1.0.0

This update contains breaking changes and you will most certainly have to update your implementation

Changed

  • Payment types Prepayment, Invoice and Invoice guaranteed can no longer perform the authorize transaction but only direct charge.
  • Enabled chargePayment with payment id.
  • Renamed KeyValidator class to PrivateKeyValidator.
  • 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.