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

Updated DI for reporting. #459

Closed ajsuth closed 2 years ago

ajsuth commented 2 years ago

I noticed that IProductDetailDataRepo was not registered to the jobs startup, so I assume the ReceiveProductDetailsJob would also throw errors when trying to resolve this dependency.

Note, in my local I receive the error "Microsoft.Azure.Documents.DocumentClientException: Reading or replacing offers is not supported for serverless accounts.", so likely to do with how I setup CosmosDB and cannot confirm working functionality at this time.