Releases: ixopay/php-ixopay
Releases · ixopay/php-ixopay
v3.2.0
v3.1.0
What's Changed
- psr log interface is backward compatable by @AidasK in #11
- Redirect QR-Code by @rhoferIxo in #19
New Contributors
- @rhoferIxo made their first contribution in #19
Full Changelog: v3.0.6...v3.1.0
VoidRequest: Adding Amountable Trait for partial Voids
Merge pull request #18 from ixopay/feature/partial-void VoidRequest: Adding Amountable trait for partial Voids
Fixed error parsing on status requests
Fixes: errors are not parsed correctly when calling status requests.
Add new IndicatorInterface+Trait
Merge pull request #14 from ixopay/feature/crosse/indicator-trait * Add new IndicatorInterface+Trait.
Incremental Authorization - Bugfix for payByLink dependency
v3.0.3 incremental authorization: fix for payByLink dependency
Adding possibility for transaction splits
- Adds the possibility to send and receive transaction splits
Consistency changes
- added missing returns in setter methods
- allow any psr/log version as dependency
JSON-based V3 API
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
v2.5.4 Update Register.php - returning instance after using the setter