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

Fast follow order returns: Fix issue where shipping rates not returning #481

Closed crhistianramirez closed 1 year ago

crhistianramirez commented 1 year ago

For some reason when GetRatesAsync receives a dynamic it's response becomes dynamic, and the extension method ConvertCurrency can't be found at runtime.

This wasn't found while testing locally because I had EnvironmentSettings:ShippingProvider set to null so it never hit this block of code, only noticed when testing on hosted site