From fa91e076b98fe8ca220290002273c4f558f060a2 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 31 Mar 2021 22:50:06 +0200 Subject: make ctor public again --- src/IOL.VippsEcommerce/VippsEcommerceService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 logger, IOptions options -- cgit v1.3