Update fixtures
This commit is contained in:
parent
984edaa141
commit
fe08829360
1 changed files with 3 additions and 1 deletions
|
@ -820,8 +820,8 @@ export const order = (placeholder: string): OrderDetails_order => ({
|
|||
date: "2018-09-17T13:22:24.376193+00:00",
|
||||
email: null,
|
||||
emailType: null,
|
||||
invoiceNumber: "23/07/2020",
|
||||
id: "T3JkZXJFdmVudDoyMQ==",
|
||||
invoiceNumber: "23/07/2020",
|
||||
message: null,
|
||||
quantity: 1,
|
||||
type: OrderEventsEnum.FULFILLMENT_FULFILLED_ITEMS,
|
||||
|
@ -838,6 +838,7 @@ export const order = (placeholder: string): OrderDetails_order => ({
|
|||
email: null,
|
||||
emailType: null,
|
||||
id: "T3JkZXJFdmVudDo0",
|
||||
invoiceNumber: "23/07/2020",
|
||||
message: "This is note",
|
||||
quantity: null,
|
||||
type: OrderEventsEnum.NOTE_ADDED,
|
||||
|
@ -850,6 +851,7 @@ export const order = (placeholder: string): OrderDetails_order => ({
|
|||
email: null,
|
||||
emailType: null,
|
||||
id: "T3JkZXJFdmVudDo1",
|
||||
invoiceNumber: "24/07/2020",
|
||||
message: "This is note",
|
||||
quantity: null,
|
||||
type: OrderEventsEnum.NOTE_ADDED,
|
||||
|
|
Loading…
Reference in a new issue