diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-03-31 18:53:22 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-03-31 18:53:22 +0200 |
| commit | b2a3877a45241dbce595f3c31ec59bd7f8c1e692 (patch) | |
| tree | 6f3fb4dfe95b784ba1b0c41c77e1b939226dd1fb /src/IOL.VippsEcommerce/VippsEcommerceService.cs | |
| parent | ca2bd41373ebb9dde26f014757ade8824a274f75 (diff) | |
| download | dotnet-vipps-ecommerce-1.0.0.tar.xz dotnet-vipps-ecommerce-1.0.0.zip | |
Release 1.0.0v1.0.0
Diffstat (limited to 'src/IOL.VippsEcommerce/VippsEcommerceService.cs')
| -rw-r--r-- | src/IOL.VippsEcommerce/VippsEcommerceService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IOL.VippsEcommerce/VippsEcommerceService.cs b/src/IOL.VippsEcommerce/VippsEcommerceService.cs index 3a3a5dc..935dcc5 100644 --- a/src/IOL.VippsEcommerce/VippsEcommerceService.cs +++ b/src/IOL.VippsEcommerce/VippsEcommerceService.cs @@ -24,8 +24,8 @@ namespace IOL.VippsEcommerce private readonly string _cacheEncryptionKey; private readonly string _cacheFileDirectoryPath; - private const string CACHE_FILE_NAME = "vipps_ecommerce_credentials.json"; - private string CacheFilePath => Path.Combine(_cacheFileDirectoryPath, CACHE_FILE_NAME); + private const string VIPPS_CACHE_FILE_NAME = "vipps_ecommerce_credentials.json"; + private string CacheFilePath => Path.Combine(_cacheFileDirectoryPath, VIPPS_CACHE_FILE_NAME); public VippsEcommerceService( HttpClient client, |
