From 7965562ac3d64fbc1f742a1427e7a9c932eb2d28 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 4 Apr 2021 19:39:29 +0200 Subject: new execution-history for api calls --- src/IOL.VippsEcommerce.Tests/Helpers.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/IOL.VippsEcommerce.Tests/Helpers.cs') diff --git a/src/IOL.VippsEcommerce.Tests/Helpers.cs b/src/IOL.VippsEcommerce.Tests/Helpers.cs index 0553027..8b82741 100644 --- a/src/IOL.VippsEcommerce.Tests/Helpers.cs +++ b/src/IOL.VippsEcommerce.Tests/Helpers.cs @@ -20,11 +20,5 @@ namespace IOL.VippsEcommerce.Tests return vippsEcommerceService; } - - public static VippsConfiguration GetVippsValidConfiguration() { - var json = System.IO.File.ReadAllText("configuration.json"); - var configuration = JsonSerializer.Deserialize(json); - return configuration; - } } } \ No newline at end of file -- cgit v1.3