- Update
Newtonsoft.Json
to 13.0.1 - Add new Invoice APIs.
- Add
CancellationToken
parameter toCreateCheckoutAsync
.
- Update
Flurl.Http
dependency to 3.0.1. - Minimum .NET Framework requirement changed from 4.5 to 4.6.1.
- Dropped support for
netstandard1.3
;netstandard2.0
still supported.
- Issue 12: Fixes error converting null to type 'System.Int64' in charge payments block height.
- PR 10: New API methods added:
CancelChargeAsync
andResolveChargeAsync
. - Model update.
Id
andResource
properties added on models.
- PR 5: Added additional
Webhook
event 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. TheEnableFiddlerDebugProxy
will not appear for .NET Standard 1.3 consumers. - NuGet dependency
Flurl.Http
updated. - NuGet dependency
Newtonsoft.Json
updated.
- Ensure multiple calls to same endpoint don't cause HTTP 404.
- Model update to
UpdateCheckout.RequestedInfo
to 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-Version
header to2018-03-22
to remove server warnings. - Set
User-Agent
string when making API calls. - Fixed
Webhook.Id
type.
- Initial release.