feat(order): Add display_id to order table (#7242)

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
Oli Juhl
2024-05-05 19:43:13 +02:00
committed by GitHub
co-authored by Carlos R. L. Rodrigues
parent 5443c69794
commit cf9605fe6f
6 changed files with 633 additions and 132 deletions
@@ -153,6 +153,7 @@ medusaIntegrationTestRunner({
id: expect.any(String),
status: "pending",
version: 1,
display_id: 1,
summary: expect.objectContaining({
// TODO: add all summary fields
}),