Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release 1.1.2
This is a minor update:
- Validate resource IDs before calling API to increase performance, and save system resources.
- Update payment object status after refunding.
Note: All the code works on PHP 5.2 but cannot be built by Travis anymore.
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.