Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release v2.27.2
- The value of the recently released
payment.amountChargedBack
attribute is positive. The attribute's docblock now reflects this.
Release v2.27.1
Fixed the pre-built zip by updating PHP Scoper. Thanks @ciungulete!
Release v2.27.0
Added amountChargedBack
attribute to the Payment resource.
Release v2.26.0
- Added support for PHP8
- Switched CI to Github Actions
Thanks @ciungulete !
Release v2.25.0
- Dropped
PaymentMethodStatus::PENDING_ONBOARDING
- Added
PaymentMethodStatus::PENDING_BOARDING
- Added
RefundStatus::FAILED
andRefund::isFailed()
- Modified
OrderLine::update()
to support empty parameters
Thanks @SanderVanLeeuwen for your help!
Release v2.24.0
In the very rare occasion your application cannot reach Mollie, this client will now retry the request up to five times at an increasing interval.
Release v2.23.0
- The ApiException message now contains the API response (when available) and a timestamp. So if anything goes wrong your log is even more helpful, especially when contacting Mollie support.
- Are you dealing with a high number of daily transactions? We've added optional parameters to the
$settlement->payments()
method:limit
,parameters
. So you can now control how you paginate through all payments for a specific settlement.
Release v2.22.3
The pre-built zip includes all dependencies, but Guzzle 7 was causing issues with older php versions.
This release reverts the zip to using Guzzle 6.
Release v2.22.1
- Fixed issue #480 , the downloadable zip file for each release now again includes the dependencies.
Release v2.22.0
When updating an Order or OrderLine, these attributes will now also be saved:
Order:
- redirectUrl
- webhookUrl
OrderLine:
- metadata