From ed54b4c5cf264b6ff84345924bb2f5986c0bdbae Mon Sep 17 00:00:00 2001 From: Kori Francis Date: Mon, 29 Aug 2016 14:32:57 -0400 Subject: [PATCH] more wip --- Source/ChargifyNET.DotCoreTest/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ChargifyNET.DotCoreTest/Program.cs b/Source/ChargifyNET.DotCoreTest/Program.cs index 0880362..78f4c57 100644 --- a/Source/ChargifyNET.DotCoreTest/Program.cs +++ b/Source/ChargifyNET.DotCoreTest/Program.cs @@ -10,6 +10,7 @@ public class Program { public static void Main(string[] args) { + var chargify = new ChargifyConnect("https://subdomain.chargify.com/", "", "X"); chargify.Test(); } }