diff options
Diffstat (limited to 'src/IOL.VippsEcommerce')
| -rw-r--r-- | src/IOL.VippsEcommerce/VippsEcommerceService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IOL.VippsEcommerce/VippsEcommerceService.cs b/src/IOL.VippsEcommerce/VippsEcommerceService.cs index aa99338..59e64dc 100644 --- a/src/IOL.VippsEcommerce/VippsEcommerceService.cs +++ b/src/IOL.VippsEcommerce/VippsEcommerceService.cs @@ -30,7 +30,7 @@ namespace IOL.VippsEcommerce private string CacheFilePath => Path.Combine(_cacheFileDirectoryPath, VIPPS_CACHE_FILE_NAME); public VippsConfiguration Configuration { get; } - internal VippsEcommerceService( + public VippsEcommerceService( HttpClient client, ILogger<VippsEcommerceService> logger, IOptions<VippsConfiguration> options |
