Skip to content

Mollie API 4.1.0.0

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 30 Jun 06:45
· 23 commits to master since this release

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 a MollieApiException. This has now been changed so all non-succesfull HTTP codes throw a MollieApiException, so catching exception is slightly easier.