braintree_dotnet
braintree_dotnet copied to clipboard
Braintree .NET library
### General information * SDK/Library version: 5.13.0 * Environment: Sandbox, Production * Language, language version, and OS: NET, all OS' ### Issue description Add an API endpoint to support queuing...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
The code previously tried to ignore HTTP 422 errors, but the response would not be parsed correctly later on. # Summary The below narrative is related to the .NET Core...
As detailed in [this Microsoft article](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) they suggest you stop creating your own instances of the `HttpClient` class. Instead they want you to use `IHttpClientFactory` which handles the lifetime of...
### General information * SDK/Library version: 5.0.0 * Environment: N/A * Language, language version, and OS: .NET framework 4.7.2 ### Issue description Hi, Our previous method of instantiating `BraintreeGateway` was...
### General information * SDK/Library version: 5.9.0 * Environment: production * Language, language version, and OS: Windows 10 (German), Windows Server 2012 (English) ### Issue description We have a problem...
### General information * SDK/Library version: 5.2.0 * Environment: (Development) * Language, language version, and OS: C# 8 / .NET Core 3.1 ### Issue description `ResourceCollection` implements `IEnumerable`, but this...
# Summary # Checklist - [ ] Added changelog entry - [x] Ran unit tests (See README for instructions) This PR cross targets .NETCOREAPP3.1 and conditionally upgrades Newtonsoft.Json to avoid...
Seems to be referencing 4.3.0, but there's a newer version 4.7.0. I only ask because the reference chain from 4.3.0 includes -> System.Xml.ReaderWriter (4.3.0) -> System.Text.RegularExpressions (4.3.0) which is one...
### General information * SDK/Library version: 5.28.0 * Environment: Sandbox * Language, language version, and OS: .Net 8 on Mac ### Issue description According to the [documentation](https://developer.paypal.com/braintree/docs/reference/response/transaction/dotnet#payment_receipt), the .NET SDK...