aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/IOL.VippsEcommerce/VippsEcommerceService.cs2
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