Releases: slevomat/csob-gateway
Releases · slevomat/csob-gateway
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
4.3.0
4.2.0
4.1.0
4.0.0
- Requires PHP 7.1 - #31
- Ported to latest ČSOB eAPI v1.7 (masterpass@shop, ČSOB and Era payment buttons) - #32
- BC break enums now use consistence/consistence - instead of
new Currency (Currency::CZK)
useCurrency::get(Currency::CZK)
- #28 - Fixed expiration parsing in
MaskedCardNumberExtension
- 16a3d2e
3.1.0
3.0.1
3.0.0
- Ported to latest ČSOB eAPI v1.6 (OneClick payment and more - see https://github.com/csob/paymentgateway/wiki/eAPI-v1.6-EN#new-functions-in-eapi-v16-compared-to-eapi-v15)
- Implemented official response extensions (see https://github.com/csob/paymentgateway/wiki/eAPI-1.6-extension-concept#list-of-currently-implemented-extensions)