ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

- Fixed ISupplierSyncCommand DI issue #377

Closed ajsuth closed 2 years ago

ajsuth commented 2 years ago

Calling the headstart API resulted in the error "Unable to resolve service for type 'Headstart.API.Commands.SupplierSync.ISupplierSyncCommand' while attempting to activate 'Headstart.API.Commands.HsSupplierCommand'."

This fix passes the current blocker, preventing the environment seed endpoint, but may need to register a specific concrete class as the HsSupplierCommand has not been validated.