Releases: slevomat/csob-gateway
Releases · slevomat/csob-gateway
6.1.0
6.0.2
6.0.1
6.0.0
PHP 8.1 & Latest version of ČSOB eAPI 1.9
BC breaks
- Minimal PHP version is now 8.1
- Enums are now native. Instead of
Enum::get(Enum::FOO)
use justEnum::FOO
- Major changes is payment processing required by new ČSOB API and 3D Secure 2.2. See ČSOB documentation and related pull request for details.
5.3.1
5.3.0
5.2.1
5.2.0
Due to lack of PHP 8 support in consistence/consistence, we replaced it with our fork slevomat/consistence. Fork is replacing upstream package with full compatibility.
5.1.0
5.0.0
Ported to latest ČSOB eAPI 1.8 - contains Apple Pay, custom payment and some changes is request parameters - see ČSOB wiki https://github.com/csob/paymentgateway/wiki
BC breaks:
- Removed
description
frompayment/init
- Added
clientIp
tooneclick/init
- Changed namespace of request related to one click payment
- Payment button request was changed significantly, see ČSOB documentation for new parameters description and also changed flow of payment processing