aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-03-31 22:50:06 +0200
committerivarlovlie <git@ivarlovlie.no>2021-03-31 22:50:06 +0200
commitfa91e076b98fe8ca220290002273c4f558f060a2 (patch)
treeb4031ef6016b6b48ead6c469255031644f110398 /src
parent91ccfc28cf913b82e847129a8d28b2ce9646d9d2 (diff)
downloaddotnet-vipps-ecommerce-fa91e076b98fe8ca220290002273c4f558f060a2.tar.xz
dotnet-vipps-ecommerce-fa91e076b98fe8ca220290002273c4f558f060a2.zip
make ctor public again
Diffstat (limited to 'src')
-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