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