diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-01-28 21:17:59 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-01-28 21:17:59 +0100 |
| commit | e513f0b7483022b0ec0d13b8a7df178d7f5ab88c (patch) | |
| tree | e4ce6b9a8c3b9660d4e2872fafb1728d5038520e /src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs | |
| parent | dea3a825a06e7291889b2fb8886dc05148762f33 (diff) | |
| download | dotnet-vipps-ecommerce-e513f0b7483022b0ec0d13b8a7df178d7f5ab88c.tar.xz dotnet-vipps-ecommerce-e513f0b7483022b0ec0d13b8a7df178d7f5ab88c.zip | |
feat!: Remove support for different configuration stories
Configuration values is required to be explicitly specified when adding to DI
Diffstat (limited to 'src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs')
| -rw-r--r-- | src/IOL.VippsEcommerce/Models/VippsConfigurationMode.cs | 25 |
1 files changed, 0 insertions, 25 deletions
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 - { - /// <summary> - /// Only check for values in the configuration object. - /// </summary> - ONLY_OBJECT = 0, - - /// <summary> - /// Check for values in environment, then in the configuration object. - /// </summary> - ENVIRONMENT_THEN_OBJECT = 1, - - /// <summary> - /// Check for values in the configuration object, then in environment. - /// </summary> - OBJECT_THEN_ENVIRONMENT = 2, - - /// <summary> - /// Only check for values in environment. - /// </summary> - ONLY_ENVIRONMENT = 3, - } -}
\ No newline at end of file |
