Skip to content

Releases: slevomat/csob-gateway

6.1.0

04 Mar 09:41
6.1.0
Compare
Choose a tag to compare
  • Added new language options to googlepay/init, applepay/init and oneclick/init [#68]

6.0.2

08 Nov 09:29
6.0.2
Compare
Choose a tag to compare

Fix mallpay VAT ID validation #63

6.0.1

24 Oct 15:05
6.0.1
Compare
Choose a tag to compare
  • fixed gateway signature validation when fields contains null - payment/refund - #60

6.0.0

20 Oct 10:56
6.0.0
Compare
Choose a tag to compare

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 just Enum::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

14 Feb 10:10
5.3.1
Compare
Choose a tag to compare

Fixed - mallpay item can have negative price #57

5.3.0

04 Nov 09:58
5.3.0
Compare
Choose a tag to compare

Implemented payment by Google Pay and mallpay

5.2.1

03 May 13:41
5.2.1
Compare
Choose a tag to compare
  • Bug fix: Add missing merchantData element to oneclick/init request #48

5.2.0

19 Jan 19:41
5.2.0
Compare
Choose a tag to compare

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

19 Nov 19:02
5.1.0
Compare
Choose a tag to compare

Allow installation on PHP 8

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