aboutsummaryrefslogtreecommitdiffstats
path: root/src/IOL.VippsEcommerce.Tests/Helpers.cs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-04-04 19:39:29 +0200
committerivarlovlie <git@ivarlovlie.no>2021-04-04 19:39:29 +0200
commit7965562ac3d64fbc1f742a1427e7a9c932eb2d28 (patch)
tree777321de7f0886f6a23f38aaf848a303e75dd02a /src/IOL.VippsEcommerce.Tests/Helpers.cs
parentae12f681bad3befacc9d36d85415454f854b3e9d (diff)
downloaddotnet-vipps-ecommerce-7965562ac3d64fbc1f742a1427e7a9c932eb2d28.tar.xz
dotnet-vipps-ecommerce-7965562ac3d64fbc1f742a1427e7a9c932eb2d28.zip
new execution-history for api calls
Diffstat (limited to 'src/IOL.VippsEcommerce.Tests/Helpers.cs')
-rw-r--r--src/IOL.VippsEcommerce.Tests/Helpers.cs6
1 files changed, 0 insertions, 6 deletions
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<VippsConfiguration>(json);
- return configuration;
- }
}
} \ No newline at end of file