From 010aef0cbb5b3171697b35f4b849d1ff31a1e848 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 4 Apr 2021 17:33:08 +0200 Subject: add configuration file --- src/IOL.VippsEcommerce.Tests/configuration.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/IOL.VippsEcommerce.Tests/configuration.json (limited to 'src/IOL.VippsEcommerce.Tests/configuration.json') diff --git a/src/IOL.VippsEcommerce.Tests/configuration.json b/src/IOL.VippsEcommerce.Tests/configuration.json new file mode 100644 index 0000000..6f88533 --- /dev/null +++ b/src/IOL.VippsEcommerce.Tests/configuration.json @@ -0,0 +1,14 @@ +{ + "ApiUrl": "", + "ClientId": "", + "ClientSecret": "", + "PrimarySubscriptionKey": "", + "SecondarySubscriptionKey": "", + "MerchantSerialNumber": "", + "SystemName": "", + "SystemVersion": "", + "SystemPluginName": "", + "SystemPluginVersion": "", + "CacheDirectoryPath": "", + "CacheEncryptionKey": "" +} \ No newline at end of file -- cgit v1.3