ok
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user