This commit is contained in:
Vassshhh
2025-08-01 21:14:30 +07:00
parent ad5e3c7a1c
commit c70b7e1d3a

View File

@@ -66,7 +66,7 @@ const Checkout = ({ socketId, transactionSuccess }) => {
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
body: JSON.stringify({ itemsId: itemIds }), body: JSON.stringify({ itemsId: itemIds, noParents: true }),
}) })
.then((res) => res.json()) .then((res) => res.json())
.then((data) => { .then((data) => {