Releases: wallee-payment/csharp-sdk
Releases · wallee-payment/csharp-sdk
7.0.4
7.0.3
BugFix
- Fix naming for the project
7.0.2
BugFixes
- Enhanced request handling by excluding the automatic setting of the
Content-Type
header for requests with no body.- Previously, the
Content-Type
header was being set even for requests without a body, leading to unnecessary headers. - With this improvement, the
Content-Type
header is now intelligently omitted for requests that do not contain a request body.
- Previously, the
7.0.1
BugFixes
- Fix the issue with the derecognition of invoices
- Fix the method
initializeSubscriberPresent
7.0.0
Feature
- Expose new APIs. The the full list of APIs can be found in the portal under /doc/api/web-service/v2
6.0.0
Features
- Update RestSharp to 110.2.0
- Update targetFramework to .NET 6.0
- Update Newtonsoft.Json to 13.0.3
- Update JsonSubTypes to 2.0.1 - Update NUnit to 3.13.3
- Removal of the options UserAgent and BasePath which can be re-assigned in RestClientOptions in RestSharp
5.2.0
Feature
- Add the ability to configure RestSharp client options