I have an order that for some reason has no billing address. This causes Commerce Insights (v3 branch) to throw an error.
It looks like the issue is in the Products Service, where there's a check that the Shipping address exists but then data is pulled from the Billing address which may not:
I have an order that for some reason has no billing address. This causes Commerce Insights (v3 branch) to throw an error.
It looks like the issue is in the Products Service, where there's a check that the Shipping address exists but then data is pulled from the Billing address which may not:
I assume that's just a typo.