Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ppostma ppostma released this 20 Oct 07:28
· 20 commits to master since this release

This release adds support for the Tikkie API version 2.

The deprecated Tikkie Payment Request API (v1) has been namespaced under Tikkie::Api::V1 to allow migration to version 2. This code is not supported anymore and will be removed in a future release of this gem.

If you're upgrading from a previous version of this gem, then make sure to do the following:

  • Include the jwt gem to your project.
  • Replace all Tikkie::Api instances with Tikkie::Api::V1

Then you can start rewriting your code to Tikkie version 2.