Skip to content

Card ID support

Compare
Choose a tag to compare
@geeshta geeshta released this 12 Jun 14:52
· 27 commits to master since this release

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