Releases: gopaycommunity/gopay-php-api
Releases · gopaycommunity/gopay-php-api
1.9.0
Release 1.8.0
- Added support for history of refunds, see https://doc.gopay.com/#history-of-refunds
Card ID support
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 usegatewayUrl
- 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
v1.3.4 Catch guzzle ClientException
Partial capture
- Added api call partial capture
Dependencies update
Updated dependencies, allow to use both Guzzle 5 & Guzzle 6
SuperCASH Batch api & Guzzle HTTP Client
v1.3.0 Unirest replaced with guzzle, added supercash batch api
1.2.3
- Fixed examples
- Removed obscolete unit test
v1.2.1
eet improved examples
v1.2.0
- Added support for EET
- Updated examples