Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release 2.0.7
- Retrieving and creating a test mode payment using OAuth now take the same third argument:
["testmode" => true]
. The API client will convert the array to an appropriate query string.
Release 2.0.6
- Helper method
hasValidMandate
added. - Added sleep and wakeup to optimise serialisation.
Release 2.0.5
v2.0.5 Release v2.0.5
Release 1.9.9
Release 2.0.4
- Added the toplevel refund route
/refunds
as an endpoint - Improved typehints for Resource objects
- Made the endpoint methods explicit
Release 1.9.8
Fixed some bugs
- Documentation links are now correctly linked to their respective v1 documentation page
- Missing parameters have been added to the Settlement object
Release 2.0.3
Release 1.9.7
Updates the list of trusted root certificates that are shipped with this library.
v2.0.2
v2.0.1
- Improved the examples
- Update the README
- Code cleanup