feat:swap/claim on claim and claim on swap (#424)

This commit is contained in:
Sebastian Mateos Nicolajsen
2021-10-14 18:21:38 +02:00
committed by GitHub
parent b6efa6f471
commit fbd08e0feb
18 changed files with 1745 additions and 1678 deletions
@@ -15,4 +15,4 @@ Object {
"phone": "12345678",
"updated_at": Any<String>,
}
`;
`;
@@ -152,7 +152,7 @@ describe("/store/carts", () => {
expect.assertions(2)
const api = useApi()
let response = await api
await api
.post("/store/carts/test-cart", {
discounts: [{ code: "SPENT" }],
})