Skip to content

Mollie API 2.1.0.1

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 22 Oct 13:52
· 280 commits to master since this release

New features

  • Added a useragent string that is sent along with every HTTP request. This will help Mollie detect which users are on which version of the library.
  • Added the Metadata property to the OrderRefundRequest class. This feature was added by @Kevenvz

Bugfixes

  • The CreateOrderRefundAsync method of the OrderClient now returns a OrderRefundResponse instead of no response. This issue was resolved by @Kevenvz .
  • The CreateOrderRefundAsync method of the OrderClient now uses the correct HTTP method: Post instead of Delete. This issue was resolved by @Kevenvz .
  • The Locale.nl_NL had a value of "nl_BE" instead of "nl_NL". This issue was resolved by @P-de-Jong .