Releases: Viincenttt/MollieApi
Releases · Viincenttt/MollieApi
Mollie API 2.1.0.10
Changes:
- Added testmode parameter to OrderClient.GetOrderAsync
- Added testmode and application fee properties to Mollie.Api.Models.Order.OrderPaymentRequest
- Allow multiple payment methods to be passed in the OrderPaymentRequest object
Mollie API 2.1.0.9
Changes:
- Added support for the new upcoming in3 payment method
- Added the en_GB (British English) locale to localize translations and allow for ordering the payment methods in the preferred order for the country
- Add the profileid and testmode properties to OrderRequest
Mollie API 2.1.0.8
Contributors: @hhoangnl @ErikvdBurgwal @MichielCornilleESC
Changes:
- Added support for the embedded resources
Refunds
andChargeback
on thePaymentResponse
class. - Added support for the new PaymentLink API.
- Added support for the
ConsumerBic
andFailureReason
properties on theBancontactPaymentResponse
class.
Mollie API 2.1.0.7
Contributors: @Sippelberg
Changes
- Added support for the
Reason
property in theChargebackResponse
class. - Added support for the
SettlementId
property in theRefundResponse
class. - Added support for the
InvoiceId
property in theSettlementPeriod
class. - Added support for the new authentication_abandoned and authentication_unavailable_acs failure reasons.
Mollie API 2.1.0.6
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.
Mollie API 2.1.0.5
Contributors: @Roeland54 , @senneclaeskens
Changes
- Added the
ConsumerAccount
andConsumerName
properties to theBancontactPaymentResponse
class. - Added extra comments to the
TokenRequest
constructor to clarify what parameters should be passed in.
Mollie API 2.1.0.4
Contributors: @markusdresch
Breaking changes
- The
MandateRequest
class is now split into two different implementations:PayPalMandateRequest
andSepaDirectDebitMandateRequest
.
New features
- Added support for the
ConsumerEmail
andPaypalBillingAgreementId
properties forMandateRequest
instances. - Added support for the
MandateId
property on theSubscriptionResponse
class.
Mollie API 2.1.0.3
New features
- Added support for the
Category
property in theOrderLineRequest
class
Mollie API 2.1.0.2
New features
- Added the Mollie.Api.Models.Connect.AppPermissions.SettlementsRead value.
- Added support for the
testmode
parameter in theRefundClient
.
Bugfixes
- Mollie.Api.Models.Connect.AppPermissions.OnboardingRead had the value "onboarding.write" instead of "onboarding.read".
- Fixed issue where the
GetOpenSettlement
method of theSettlementsClient
would throw a JSON parse exception when the periods property is empty.
Mollie API 2.1.0.1
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 theOrderRefundRequest
class. This feature was added by @Kevenvz
Bugfixes
- The
CreateOrderRefundAsync
method of theOrderClient
now returns aOrderRefundResponse
instead of no response. This issue was resolved by @Kevenvz . - The
CreateOrderRefundAsync
method of theOrderClient
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 .