v3.1.0
·
60 commits
to master
since this release
Features:
- Added support for Wero as a payment method.
- Added support for BILLINK as a payment method.
Improvements:
- Added a configurable HTTP timeout for Mollie API client requests. (#1026)
- Added payment method logos to the payment method overview and improved overall accessibility.
- Upgraded PHPStan to level 3 and added declare(strict_types=1) throughout the codebase.
Bugfixes:
- Included payment_review orders in the pending order recovery cron.
- Added compatibility for legacy V2 ord_ transaction IDs, allowing V3 to correctly resolve the underlying payment.
- Restricted delayed captures to supported card payment methods and added manual capture options for Google Pay.
- Fixed a flaky refund test.
- Passed the Methods API amount parameter using the correct nested array structure.
- Set the transaction type correctly for Express Components.
- Fixed an issue where storeId was handled as a string during the reorder process.
- Released the shipment lock after processing shipments. (#1038)
- Fix IsHyvaThemesJsonCorrect SelfTest Thanks @xgerhard
Minimum Requirements:
- Magento 2.4.5
- PHP 8.1
mollie/mollie-api-php^3.3