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
Updating mollie-api-php from 2.32.0 to 2.32.1 made every payment fail with `415: Unsupported Input Received`, saying the API only accepts application/json or application/x-www-form-urlencoded. Downgrading to 2.32.0 fixed it immediately, whi
- Mollie API calls time out with cURL error 28 in the PHP client
Users of mollie-api-php v2 hit `cURL error 28: Resolving timed out` on payment creation, even though Mollie reported no availability issues. The default Guzzle client in the SDK used a 10 second timeout, which was too short on connections w