Skip to content

Commit

Permalink
Add IProductServiceFactory to DI container
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Dec 18, 2023
1 parent 1b26d0f commit fa41394
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public static IServiceCollection AddShopifySharpServiceFactories(this IServiceCo
services.TryAddSingleton<IPriceRuleServiceFactory, PriceRuleServiceFactory>();
services.TryAddSingleton<IProductImageServiceFactory, ProductImageServiceFactory>();
services.TryAddSingleton<IProductListingServiceFactory, ProductListingServiceFactory>();
services.TryAddSingleton<IProductServiceFactory, ProductServiceFactory>();
services.TryAddSingleton<IProductVariantServiceFactory, ProductVariantServiceFactory>();
services.TryAddSingleton<IRecurringChargeServiceFactory, RecurringChargeServiceFactory>();
services.TryAddSingleton<IRedirectServiceFactory, RedirectServiceFactory>();
Expand Down

0 comments on commit fa41394

Please sign in to comment.