swish-api-csharp icon indicating copy to clipboard operation
swish-api-csharp copied to clipboard

Swish For Merchant API Client .Net Standard Library

Results 9 swish-api-csharp issues
Sort by recently updated
recently updated
newest added

The path now contains backslashes (\). This only works on Windows, but not on Linux. It is proposed to use System.IO.Path.Combine() on line 17 in Program.cs (project SwishApiConsoleTest).. ```cs string...

The test certificate file **Swish_Merchant_TestCertificate_1234679304.p12** needs to be updated with the latest from Swish.

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 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...

dependencies

- Fix for a bug that handled the certificates differently when it was passed as stream to the api. - More explanation in the link - https://github.com/RickardPettersson/swish-api-csharp/issues/29 Fix

When using certificate as a stream and when passed to the api, the code doesn't try to add the intermediate certificates to the certificate stores, as it would, if the...

When trying to do a PAYOUT in the demo i get. {"location":"","errorMessage":"[{\"errorCode\":\"PA01\",\"errorMessage\":\"Parameter is not correct.\",\"additionalInformation\":null}]"} Was working before.

I have built a web app that functions perfectly in my local environment. However, when I deploy it to Azure as a web app, I encounter issues with certificates. It...

I am unable to get Swish Merchant (mCommerce) to work with cert-load via memorystream. - Same certificate (Tls/client, not signing) used as in Payouts. Works in Payouts. - Emulator-mode. Error:...

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 111.4.1 to 112.0.0. Release notes Sourced from RestSharp's releases. 112.0.0 What's Changed Don't allow CRLF in headers by @​alexeyzimarev in restsharp/RestSharp#2258 New Contributors @​MrFrawsty made their first...

dependencies