library · inferred from evidence
mollie-api-php
A PHP client library for interacting with the Mollie API.
- Mollie PHP 2.32.1 breaks all payments with 415 Unsupported Input Received
Version 2.32.1 shipped a regression that broke the Content-Type handling, so every API call failed with a 415. Fix: upgrade to 2.32.2, which reverts the bad change. Do not stay on 2.32.1. Several users confirmed payments worked again right
- Mollie API calls time out with cURL error 28 in the PHP client
The SDK's bundled Guzzle client uses a short default timeout, so slow DNS resolution makes payment creation time out with cURL error 28. Fix: construct your own Guzzle client with a longer timeout and pass it to the `MollieApiClient` constr