You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If an order has attribute isGuest set to false, the order is linked to a customer that can have customer addresses. It would be good to have customer infos inside the order object.
fetchOrder callback of OrderContainer should include the following relationships:
customer
customer.customer_addresses
customer.customer_addresses.addresse
The text was updated successfully, but these errors were encountered:
Describe the bug
If an order has attribute
isGuest
set to false, the order is linked to a customer that can have customer addresses. It would be good to have customer infos inside the order object.fetchOrder
callback ofOrderContainer
should include the following relationships:The text was updated successfully, but these errors were encountered: