We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c92b93 commit 6322b4eCopy full SHA for 6322b4e
src/Umbraco.Cms.Integrations.Commerce.Shopify.Core/ShopifyComposer.cs
@@ -23,6 +23,7 @@ public void Compose(IUmbracoBuilder builder)
23
builder.Services.AddSingleton<ICacheHelper, CacheHelper>();
24
25
builder.Services.AddSingleton<IShopifyService, ShopifyService>();
26
+ builder.Services.AddSingleton<IShopifyAuthorizationService, UmbracoAuthorizationService>();
27
28
builder.Services.AddSingleton<UmbracoAuthorizationService>();
29
builder.Services.AddSingleton<AuthorizationService>();
0 commit comments