Releases: mollie/mollie-api-ruby
Releases · mollie/mollie-api-ruby
Release 4.1.1
- Expose
cancelable?
helper method on payment (#94)
Release 4.1.0
- Add Capture, Order, and Shipment APIs (#92)
Release 4.0.1
Merge pull request #89 from mollie/UpdatingCert Updating Cert-file
Release 4.0.0
An all new version of the Mollie API Ruby client is here! Update to this version if you want to use the new Mollie V2 API, with as main feature support for multicurrency transactions.
Check the migration guide to see what is new in the V2 version of our API, and check out the examples to see how to use this API client.
Release 4.0.0-alpha.1
v4.0.0-alpha.1 Release 4.0.0-alpha.1
Release 3.1.4
- Added a migration guide from v2.2.x to v3.1.x.
- Added issuers attr_accessor.
- Updated cacert.pem
Release 3.1.4-beta
- Added a migration guide from v2.2.x to v3.1.x.
- Added issuers
attr_accessor
.
Release 3.1.3
- Added default configuration fixes #76
Release 3.1.2
- Add ING Home’Pay to the payment methods
Release 3.1.1
- All new API based on resource models
- Support nested resources
- Added relation model and configured relations for customers, payments
- Added content type to client
- Pass options array to get
- Pass extra options to all method
- Camelize get params closes #62
- Added refunds resource and added more examples
- Added gift card method
- Added all new examples with swagger documentation
- Add queued status and handy accessor to refunds