From b2a3877a45241dbce595f3c31ec59bd7f8c1e692 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 31 Mar 2021 18:53:22 +0200 Subject: Release 1.0.0 --- src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj | 25 ++++++++++++++++-------- src/IOL.VippsEcommerce/VippsEcommerceService.cs | 4 ++-- 2 files changed, 19 insertions(+), 10 deletions(-) (limited to 'src/IOL.VippsEcommerce') diff --git a/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj b/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj index 3ae2596..1a69373 100644 --- a/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj +++ b/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj @@ -1,13 +1,22 @@ - - net5.0 - + + IOL.VippsEcommerce + Ivar Løvlie + Dotnet classlib for communicating with the vipps e-commerce api. + Dotnet classlib for communicating with the vipps e-commerce api. + https://github.com/ivarlovlie/IOL.VippsEcommerce + https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/LICENSE + https://github.com/ivarlovlie/IOL.VippsEcommerce + git + dotnet;vipps-api + net5.0 + - - - - - + + + + + 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, -- cgit v1.3