ordercloud-api / ordercloud-dotnet-catalyst

A foundational library for OrderCloud integrations and server-side projects in .NET
Apache License 2.0
9 stars 15 forks source link

Add more null reference checks #51

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

We noticed a null reference exception in Catalyst's exception handler that caused a failed request to incorrectly look like a CORS issue and didn't let us get better details on the true failure

image