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

Make sendgrid truly optional #435

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

If apiKey was null this would throw an error when hitting an endpoint because of an error initializing sendgrid (via dependency injection)

Also fixed an issue where the casing was wrong for apikey in some of our templates. Referenced as SendGrid instead of Sendgrid