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 the fix. If it's still slow, narrow the query window (for exa…