product · inferred from evidence
v1 client
A version 1 client for interacting with Mollie's API, mentioned as having a hardcoded 10 second timeout.
- Mollie v1 PHP client times out listing invoices
The v1 client's 10 second timeout was being hit because the list-invoices endpoint itself was slow. Mollie fixed the slow endpoint server-side, so the first thing to do is retry: the reporter saw all invoices load in about 3 seconds after t