Releases: KentaaNL/tikkie-api
Releases · KentaaNL/tikkie-api
v2.0.0
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 withTikkie::Api::V1
Then you can start rewriting your code to Tikkie version 2.