Releases: backbonesk/chaching
Releases · backbonesk/chaching
v0.23.1
Fixed signature verification in GPwebpay response.
v0.23.0
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
Removed strict emptiness condition validating required fields fixing sending partialPayment
attributes in Benefit Plus payment gateway integration.
v0.22.0
Ability to pass a url_handle
to the GPwebpay
driver using auth
property (default value is csobsk
).
v0.21.0
Added support for Benefit Plus payment gateway.
v0.20.3
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
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
Always format SLSPSporoPay amount to two decimal places.
v0.20.0
Added support for ePlatby VÚB sandbox.
v0.19.4
Fix minor typo in TrustPay request implementation causing defunct sandbox environment checking (gregaroland).