incl. order notification for draft-order

This commit is contained in:
--list
2021-07-02 15:29:49 +02:00
parent c1a14a647f
commit 38a59b2c2e

View File

@@ -78,6 +78,7 @@ export const defaultFields = [
"created_at",
"updated_at",
"metadata",
"no_notification_order",
]
export const allowedFields = [
@@ -89,6 +90,7 @@ export const allowedFields = [
"created_at",
"updated_at",
"metadata",
"no_notification_order",
]
export const allowedRelations = ["cart"]