feat: add customer to fetch-draft-order payload (#1444)

This commit is contained in:
Derek Wene
2022-07-02 21:54:35 +02:00
committed by GitHub
parent 7bee57f7c5
commit 3fb74bf512

View File

@@ -65,6 +65,7 @@ export const defaultAdminDraftOrdersCartRelations = [
"payment_sessions",
"shipping_methods.shipping_option",
"discounts",
"customer",
"discounts.rule",
]