Skip to content

Mollie API 2.1.0.6

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 24 Apr 07:55
· 252 commits to development since this release

Contributors: @Roeland54 , @cswiers , @markprins81

Changes

  • Added support for the optional BillingCountry parameter in the ListPaymentMethods method.
  • Added support for the AmountChargedBack property on the PaymentResponse class.
  • Added support for the optional locale parameter in the GetAuthorizationUrl method of the Connect API.
  • Added support for the ChangePaymentState property in the PaymentResponseLinks.
  • Added support for the Sku parameter in the OrderLineUpdateRequest class.
  • Fixed a missing ConfigureAwait statement in the MollieBaseClient that could cause potential deadlocks for API consumers that are not using async/await.