fix: expose statusses on order

This commit is contained in:
Sebastian Rindom
2021-03-17 14:35:53 +01:00
parent dbb75c292e
commit a26b12a536
4 changed files with 34 additions and 27 deletions
@@ -59,6 +59,7 @@ describe("/store/gift-cards", () => {
code: "GC_TEST",
value: 200,
balance: 120,
region: expect.any(Object),
});
});
});