Skip to content

Commit 6322b4e

Browse files
committed
Added missing service registration.
1 parent 0c92b93 commit 6322b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify.Core/ShopifyComposer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public void Compose(IUmbracoBuilder builder)
2323
builder.Services.AddSingleton<ICacheHelper, CacheHelper>();
2424

2525
builder.Services.AddSingleton<IShopifyService, ShopifyService>();
26+
builder.Services.AddSingleton<IShopifyAuthorizationService, UmbracoAuthorizationService>();
2627

2728
builder.Services.AddSingleton<UmbracoAuthorizationService>();
2829
builder.Services.AddSingleton<AuthorizationService>();

0 commit comments

Comments
 (0)