Mollie API 4.1.0.0
New features:
- Add support for the new order lines functionality in the Payment API
Bugfixes:
- For some HTTP status codes, such as 409 and 429 a
HttpRequestException
was thrown instead of aMollieApiException
. This has now been changed so all non-succesfull HTTP codes throw aMollieApiException
, so catching exception is slightly easier.