Releases: mollie/mollie-api-ruby
Releases · mollie/mollie-api-ruby
Release 4.12.0
Release 4.11.0
- (1ef339e) Add Partner API
Release 4.10.0
Profile#category_code
attribute is deprecated and will be removed in 2022. Please use the business_category
parameter instead.
- (f0e695c) Order: add methods to retrieve embedded resources
- (e16864c) Order: add class to create order payments
- (5175cd3) Profile: add
business_category
attribute - (3d2e370) Payment: add
amount_charged_back
attribute - (3d6b403) Fix assignment method for
amount_captured
- (37280c3) Migrate from Travis CI to GitHub Actions
- (33bb6bb) Add example to update orderlines
- (c70dbf6) fix: orderline update returns incorrect class
- (ca5935d) Add example to retrieve all available payment methods
- (457b853) Add "List all payment methods" API
- (9d8eebc) Method: add status attribute (#147)
- (506d52e) fix: Include parent resource in pagination calls
- (7e3b98d) Fix onboarding dashboard URL.
Release 4.9.0
- Settlement: add
captures
helper method - @justincase
Release 4.7.1
- Fix
Capture#shipment
API call.
Release 4.7.0
- Implemented various API features from the changelog up to and including Tuesday, September 24th, 2019 – @justincase (#130)
Release 4.6.2
Release 4.6.1
- Added CA Root Certificates from 2019-10-16 version.
Release 4.6.0
- Add Onboarding APIs (Get onboarding status, Submit onboarding data) (#123) – @justincase
Release 4.5.0
- Add helper to fetch subscription payments (#122) – @justincase