Skip to content

Instantly share code, notes, and snippets.

View Yodapp's full-sized avatar
🏠
Working from home

Daniel Nordmark Yodapp

🏠
Working from home
View GitHub Profile
@Yodapp
Yodapp / gist:78263e2ee2e92413f0f67e9a4cebd350
Created September 24, 2018 09:13 — forked from RickardPettersson/gist:c95f78402d2d59552732
C# hjälp class för Swish API för e-handel, fungerande
using System;
using System.IO;
using System.Net;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Web;
namespace WebShop.Helpers
{
public class SwishAPIHelper