Skip to content

Releases: slevomat/csob-gateway

5.0.0

14 Nov 14:06
5.0.0
Compare
Choose a tag to compare

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 from payment/init
  • Added clientIp to oneclick/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

03 Jan 13:24
9972cc8
Compare
Choose a tag to compare
  • PHP 7.2+ is required
  • Updated consistence/consistence

4.2.0

26 Nov 19:50
5b932a7
Compare
Choose a tag to compare

Added more supported currencies 5b932a7

4.1.0

28 Nov 15:02
4.1.0
978af9f
Compare
Choose a tag to compare
  • added response time logging #33

4.0.0

20 Nov 15:10
4.0.0
069e154
Compare
Choose a tag to compare
  • 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) use Currency::get(Currency::CZK) - #28
  • Fixed expiration parsing in MaskedCardNumberExtension - 16a3d2e

3.1.0

03 Nov 15:29
Compare
Choose a tag to compare

Added response headers to logging - #23
Added optional parameter totalAmount to payment/close request - #22

3.0.1

06 Sep 12:56
Compare
Choose a tag to compare

Fixed keys order for signature verification in MaskedCardNumberExtension

3.0.0

21 Jul 11:31
Compare
Choose a tag to compare

2.2.0

14 Jul 09:08
Compare
Choose a tag to compare
  • Support for request/response logging via PSR-3 Log interface
  • Fixed merchant data field length check

2.1.0

20 May 10:57
Compare
Choose a tag to compare