Skip to content

Releases: gopaycommunity/gopay-php-api

1.9.0

10 Sep 14:02
fd171e3
Compare
Choose a tag to compare
  • Added BNPL Payment method

Release 1.8.0

04 Sep 09:44
2845fe5
Compare
Choose a tag to compare

Card ID support

12 Jun 14:52
Compare
Choose a tag to compare

The main point of this release is the new methods for Card ID, namely getCardDetails and deletaCard.
Along with that some other changes were made:

  • Minimum PHP version raised to 8.1 (8.0 was skipped because one of our dependencies doesn't support it)
  • isProductionMode removed - it's required to always use gatewayUrl
  • superCash removed - has been deprecated for long
  • vatRate enum removed - it's allowed to use any integer between 0 - 100 as a vat rate (to support other countries)
  • other minor improvements

Added catch for Guzzle ClientException

02 Nov 14:29
Compare
Choose a tag to compare
v1.3.4

Catch guzzle ClientException

Partial capture

05 Oct 13:10
Compare
Choose a tag to compare
  • Added api call partial capture

Dependencies update

30 Aug 05:43
Compare
Choose a tag to compare

Updated dependencies, allow to use both Guzzle 5 & Guzzle 6

SuperCASH Batch api & Guzzle HTTP Client

25 Jul 11:53
Compare
Choose a tag to compare
v1.3.0

Unirest replaced with guzzle, added supercash batch api

1.2.3

03 May 09:56
Compare
Choose a tag to compare
  • Fixed examples
  • Removed obscolete unit test

v1.2.1

21 Feb 11:09
Compare
Choose a tag to compare

eet improved examples

v1.2.0

14 Feb 14:17
Compare
Choose a tag to compare
  • Added support for EET
  • Updated examples