Skip to content

v6.7.0

Compare
Choose a tag to compare
@thisiskc thisiskc released this 20 Aug 11:15
· 16 commits to master since this release
7905ff6

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