Skip to content

Releases: backbonesk/chaching

v0.23.1

23 Feb 11:37
Compare
Choose a tag to compare

Fixed signature verification in GPwebpay response.

v0.23.0

11 Feb 08:02
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added support for Benefit Plus payment gateway.

v0.20.3

10 Mar 23:01
Compare
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
Compare
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
Compare
Choose a tag to compare

Always format SLSPSporoPay amount to two decimal places.

v0.20.0

27 Jul 16:50
fdf495a
Compare
Choose a tag to compare

Added support for ePlatby VÚB sandbox.

v0.19.4

11 Apr 20:24
Compare
Choose a tag to compare

Fix minor typo in TrustPay request implementation causing defunct sandbox environment checking (gregaroland).