fix: merge develop

This commit is contained in:
Sebastian Rindom
2021-10-15 18:44:19 +02:00
31 changed files with 2145 additions and 1769 deletions
@@ -159,7 +159,7 @@ describe("/store/carts", () => {
expect.assertions(2)
const api = useApi()
let response = await api
await api
.post("/store/carts/test-cart", {
discounts: [{ code: "SPENT" }],
})