nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
742 stars 309 forks source link

Add IProductServiceFactory to DI container #982

Closed nozzlegear closed 9 months ago

nozzlegear commented 9 months ago

This PR just adds the IProductServiceFactory + implementation to the DI container in the ShopifySharp.Extensions.DependencyInjection package, as the factory itself was previously missing due to a bug.