Skip to content

Releases: backbonesk/chaching

0.24.1

05 Nov 16:15

Choose a tag to compare

v0.24.1: 2025/11/05

TB ComfortPay:

  • Return transaction status as successful in case where TRES has the value of fail, but RES has value of ok - this case indicates that the transaction was successfully processed, but card registration for future transactions has failed

0.24.0

05 Nov 16:11

Choose a tag to compare

v0.24.0: 2025/10/03

Various small PHP8 compatibility changes

GPWebPay:

  • Fixes default url_handle for GPWebPay requests (dusanpernicky)
  • Added support for most basic mandatory ADDIFNO (customer e-mail and name) in GPWebPay requests
  • Added support for specifiying allowed payment methods in GPWebPay requests using the PAYMETHODS parameter

TB CardPay:

  • Fixes TB CardPay MID validation (allow longer MIDs) (grencik)
  • Fixes TB CardPay IPC validation (allow IPv6 addresses) (RomanTicka)
  • Added automatic sending of now mandatory TDS_EMAIL parameter in TB CardPay requests
  • Added support for automatic redirects in TB CardPay using the AREDIR parameter

TB TatraPay:

  • Fixes TB TatraPay MID validation (allow longer MIDs) (grencik)

TB ComfortPay:

  • Added automatic sending of now mandatory TDS_EMAIL parameter in TB CardPay requests
  • Return transaction status as successful even if no CID was returned (this means the transaction was successful, but no future payment is possible)

v0.23.1

23 Feb 11:37

Choose a tag to compare

Fixed signature verification in GPwebpay response.

v0.23.0

11 Feb 08:02

Choose a tag to compare

GPwebpay driver fills ORDERNUMBER with the microtime (as int) because this value have to be always unique. For the
variable symbol the MERORDERNUM is used. Response signature verification have been fixed (fallback from invalid used
DIGEST1 to DIGEST).

v0.22.1

04 Oct 14:17
c785f07

Choose a tag to compare

Removed strict emptiness condition validating required fields fixing sending partialPayment attributes in Benefit Plus payment gateway integration.

v0.22.0

22 Sep 12:43
7eb6a79

Choose a tag to compare

Ability to pass a url_handle to the GPwebpay driver using auth property (default value is csobsk).

v0.21.0

19 Jun 23:49

Choose a tag to compare

Added support for Benefit Plus payment gateway.

v0.20.3

10 Mar 23:01

Choose a tag to compare

Added support for VUB eCard's INVOICENUMBER attribute to display order number in XML / HTML card transactions export. By default, it is being automatically filled with contents of oid (order ID), but may be customized.

v0.20.2

11 Feb 10:08
3bc8942

Choose a tag to compare

Added support for new (sia.eu) Poštová banka's iTerminal service sandbox and production environments
(available as PBIterminal2 driver / ITERMINAL2 service).

v0.20.1

14 Aug 06:17
8841647

Choose a tag to compare

Always format SLSPSporoPay amount to two decimal places.