- Update
Newtonsoft.Jsonto 13.0.1 - Add new Invoice APIs.
- Add
CancellationTokenparameter toCreateCheckoutAsync.
- Update
Flurl.Httpdependency to 3.0.1. - Minimum .NET Framework requirement changed from 4.5 to 4.6.1.
- Dropped support for
netstandard1.3;netstandard2.0still supported.
- Issue 12: Fixes error converting null to type 'System.Int64' in charge payments block height.
- PR 10: New API methods added:
CancelChargeAsyncandResolveChargeAsync. - Model update.
IdandResourceproperties added on models.
- PR 5: Added additional
Webhookevent helper properties,Event.IsChargeDelayed,Event.IsChargePending,Event.IsChargeResolved.
- Added SourceLink compatibility.
- Added
CommerceApi.EnableFiddlerDebugProxy()method to help debug HTTP calls. The method appears for applications using .NET Standard 2.0 or Full .NET Framework. TheEnableFiddlerDebugProxywill not appear for .NET Standard 1.3 consumers. - NuGet dependency
Flurl.Httpupdated. - NuGet dependency
Newtonsoft.Jsonupdated.
- Ensure multiple calls to same endpoint don't cause HTTP 404.
- Model update to
UpdateCheckout.RequestedInfoto clear "email" and "name" flags. - Added more XMLDoc comments.
- Added missing
CreateCharge.RedirectUrl.
- Added
.HasError()and.HasWarnings()helper methods on JSON response objects. - Set
X-CC-Versionheader to2018-03-22to remove server warnings. - Set
User-Agentstring when making API calls. - Fixed
Webhook.Idtype.
- Initial release.