Skip to content

Releases: ixopay/php-ixopay

v3.2.0

23 Aug 12:28
caad122
Compare
Choose a tag to compare

What's Changed

  • Fix cardonfile merchant initiated constant by @AidasK in #20
  • Added DCC Data by @SPie in #21

New Contributors

  • @SPie made their first contribution in #21

Full Changelog: v3.1.0...v3.2.0

v3.1.0

16 May 12:37
v3.1.0
d559eeb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.6...v3.1.0

VoidRequest: Adding Amountable Trait for partial Voids

12 Apr 08:06
493526e
Compare
Choose a tag to compare
Merge pull request #18 from ixopay/feature/partial-void

VoidRequest: Adding Amountable trait for partial Voids

Fixed error parsing on status requests

16 Mar 14:02
Compare
Choose a tag to compare

Fixes: errors are not parsed correctly when calling status requests.

Add new IndicatorInterface+Trait

03 Jan 12:28
63ffe35
Compare
Choose a tag to compare
Merge pull request #14 from ixopay/feature/crosse/indicator-trait

* Add new IndicatorInterface+Trait.

Incremental Authorization - Bugfix for payByLink dependency

28 Dec 15:34
Compare
Choose a tag to compare
v3.0.3

incremental authorization: fix for payByLink dependency

Adding possibility for transaction splits

09 Dec 08:09
Compare
Choose a tag to compare
  • Adds the possibility to send and receive transaction splits

Consistency changes

22 Nov 08:29
202d30e
Compare
Choose a tag to compare
  • added missing returns in setter methods
  • allow any psr/log version as dependency

JSON-based V3 API

18 Oct 11:55
Compare
Choose a tag to compare

This release updates the API Integration to IXOPAY's Transaction V3 (JSON-based)

V3 adds support for new API Features:

  • Customer Profiles
  • PayByLink

Breaking Changes (from V2):

  • classes CardData, IbanData, WalletData, ChargebackData, ChargebackReversalData have been moved to a new namespace

Non-Breaking Changes:

  • various attributes have been renamed to match the name from the new API, old setter and getter functions are still valid, but deprecated

Returning instance on setter in register.php

25 Jun 09:31
2e3050f
Compare
Choose a tag to compare
v2.5.4

Update Register.php - returning instance after using the setter