Mollie API 2.1.0.6
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 theListPaymentMethods
method. - Added support for the
AmountChargedBack
property on thePaymentResponse
class. - Added support for the optional
locale
parameter in theGetAuthorizationUrl
method of the Connect API. - Added support for the
ChangePaymentState
property in thePaymentResponseLinks
. - Added support for the
Sku
parameter in theOrderLineUpdateRequest
class. - Fixed a missing
ConfigureAwait
statement in the MollieBaseClient that could cause potential deadlocks for API consumers that are not using async/await.