chore(order): custom display id (#14024)
* chore(order): Accept a custom display generator option * chore(order): Accept a custom display generator option * wip * wip * finalize * Create tricky-olives-battle.md * fields * changeset * update integration tests * update migrations * fix changeset
This commit is contained in:
committed by
GitHub
parent
0a0c2f41d8
commit
6746fecd72
@@ -5,6 +5,7 @@ const DEFAULT_PROPERTIES = [
|
||||
"canceled_at",
|
||||
"email",
|
||||
"display_id",
|
||||
"custom_display_id",
|
||||
"currency_code",
|
||||
"metadata",
|
||||
// --- TOTALS ---
|
||||
|
||||
@@ -4,6 +4,7 @@ export const DEFAULT_PROPERTIES = [
|
||||
"created_at",
|
||||
"email",
|
||||
"display_id",
|
||||
"custom_display_id",
|
||||
"payment_status",
|
||||
"fulfillment_status",
|
||||
"total",
|
||||
|
||||
Reference in New Issue
Block a user