Skip to content

Releases: gocardless/gocardless-dotnet

v7.1.0

06 Nov 11:11
1d8f2b9
Compare
Choose a tag to compare

What's Changed

  • fallback_occurred is included as part of BillingRequest requests
  • skip_success_screen is included as part of BillingRequestFlow
  • retry_if_possible is included as part of BillingRequestService

Full Changelog: v7.0.0...v7.1.0

v7.0.0: Merge pull request #136 from gocardless/template-changes

23 Sep 16:11
ebf2f8c
Compare
Choose a tag to compare

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

20 Aug 11:15
7905ff6
Compare
Choose a tag to compare

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

05 Aug 10:59
257b502
Compare
Choose a tag to compare

What's Changed

  • Added /exports APIs and added exports as a new event type

Full Changelog: v6.5.0...v6.6.0

v6.5.0

28 Jun 10:03
36fd9b6
Compare
Choose a tag to compare

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

27 Jun 17:07
567ff0c
Compare
Choose a tag to compare

What's Changed

  • Add bool? ParentPlanPaused property to GoCardless.Resources.Subscription.
  • Update doc-comments in GoCardless.Services.LogoService.
  • Add string CompanyName, string FamilyName, and string GivenName properties to GoCardless.Services.MandatePdfService. MandatePdfCreateRequest

Full Changelog: v6.3.0...v6.4.0

v6.3.0

28 May 13:59
94df23b
Compare
Choose a tag to compare
  • Schema changes to the branding endpoints.
  • Also updated the emdpoints to /branding/logos and /branding/payer_themes

v6.2.0

23 May 09:43
c8192a2
Compare
Choose a tag to compare

Fixed broken schema in the /branding/logos and /branding/payer_themes endpoints

v6.1.0

22 May 14:51
486cf3d
Compare
Choose a tag to compare

Added /branding/logos and /branding/payer_themes endpoints

v6.0.1

25 Apr 16:38
ccbdd7c
Compare
Choose a tag to compare

What's Changed

  • Upgrade dependencies in the test project.

Full Changelog: v6.0.0...v6.0.1