Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release 1.1.1
- Add constants for
paidout
andrefunded
status with their descriptions. - If the API returns an error that applies to a specific field, make this field available through a method on the exception.
This release contains some polishes. No critical bugs were fixed. If you are happy with your current version, you don't have to upgrade.
Release 1.1.0
- Adds support for performing refunds on payments through the API.
- Add bank transfer as a payment method.
Release 1.0.3
- Added payment method images.
- Added PayPal as payment method.
Release 1.0.2
- Fixed an SSL bug in the Mollie API Client class.
Release 1.0.1
- Throws an exception if API key was never set.
Initial release
First release of the API. Supports the payments, methods and issuers resources.