Skip to content

Commit

Permalink
Add id
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed Mar 22, 2019
1 parent 1a089bc commit 1f43599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion saleor/static/dashboard-next/orders/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,8 @@ export const order = (placeholder: string): OrderDetails_order => ({
type: OrderEvents.FULFILLMENT_FULFILLED_ITEMS,
user: {
__typename: "User",
email: "[email protected]"
email: "[email protected]",
id: "QWRkcmVzczoxNQ=="
}
}
],
Expand Down

0 comments on commit 1f43599

Please sign in to comment.