Skip to content

v2.0.0

Compare
Choose a tag to compare
@PavelJurasek PavelJurasek released this 30 Dec 12:43
· 29 commits to master since this release

DIFF

v1.3.1...v2.0.0

CHANGES

  • Added Apple Pay to payment instruments (#77) thx @Trsak
  • Support PHP 7.2 and higher
  • Support Nette 2.4 and 3.0
  • Money objects are used (BC break)
  • Config parameters goId, clientId and clientSecret are strings (BC break)
  • Added type hints, strict_types

Migrating to v2

  • Parameters goId, clientId and clientSecret in GopayInline\Config are strings. You may need to change your config.neon file.
  • Payment works with Money object in 'amount' field, does not accept 'currency' anymore