feat:swap/claim on claim and claim on swap (#424)
This commit is contained in:
@@ -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" }],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user