Ludvig Bartholdsson
Ludvig Bartholdsson
Please fix!
Thank you, this works good!
Test: Try to load the certificate-file to a memorystream like this: https://github.com/RickardPettersson/swish-api-csharp/blob/master/SwishApiConsoleTest/Program.cs#L110 ` MemoryStream ms = new MemoryStream(); using ( FileStream fs = File.OpenRead( "TestCert//Swish_Merchant_TestCertificate_1234679304.p12" ) ) { fs.CopyTo(ms); }...