Releases: gocardless/gocardless-dotnet
v7.1.0
v7.0.0: Merge pull request #136 from gocardless/template-changes
This release introduces a breaking change: the PaymentRequestAmount
field in the BillingRequestTemplateService
has been updated from an int to a string.
If you are using this feature, please ensure you update your implementation accordingly and thoroughly test before deploying to your users.
v6.7.0
What's Changed
Amount
property type changed from int?
to string
in GoCardless.Resources.BillingRequestPaymentRequest
. This is a workaround for a bug in our API. The docs say it's returning pence/cents as an integer, but in fact it's GBP/EUR as a decimal. To use this field, pass through the amount as a decimal string.
For example, to request £100.50: "100.50"
Full Changelog: v6.6.0...v6.7.0
v6.6.0
What's Changed
- Added
/exports
APIs and addedexports
as a new event type
Full Changelog: v6.5.0...v6.6.0
v6.5.0
What's Changed
PaymentRequestAmount
property type changed from int?
to string
in GoCardless.Resources.BillingRequestTemplate
.
This is a workaround for a bug in our API. (The docs say it's returning pence/cents as an integer, but in fact it's GBP/EUR as a decimal.
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
- Add bool? ParentPlanPaused property to
GoCardless.Resources.Subscription
. - Update doc-comments in
GoCardless.Services.LogoService
. - Add
string CompanyName
,string FamilyName
, andstring GivenName
properties toGoCardless.Services.MandatePdfService. MandatePdfCreateRequest
Full Changelog: v6.3.0...v6.4.0