From e513f0b7483022b0ec0d13b8a7df178d7f5ab88c Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 28 Jan 2022 21:17:59 +0100 Subject: feat!: Remove support for different configuration stories Configuration values is required to be explicitly specified when adding to DI --- .../Models/VippsConfigurationMode.cs | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs (limited to 'src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs') diff --git a/src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs b/src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs deleted file mode 100644 index edff72f..0000000 --- a/src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace IOL.VippsEcommerce.Models -{ - public enum VippsConfigurationMode - { - /// - /// Only check for values in the configuration object. - /// - ONLY_OBJECT = 0, - - /// - /// Check for values in environment, then in the configuration object. - /// - ENVIRONMENT_THEN_OBJECT = 1, - - /// - /// Check for values in the configuration object, then in environment. - /// - OBJECT_THEN_ENVIRONMENT = 2, - - /// - /// Only check for values in environment. - /// - ONLY_ENVIRONMENT = 3, - } -} \ No newline at end of file -- cgit v1.3