fix bug for /api/shop/items/buy
This commit is contained in:
@@ -643,6 +643,7 @@ document.getElementById("addressForm").onsubmit = function (e) {
|
||||
const items = cart.map((item) => ({
|
||||
id: item.name,
|
||||
quantity: item.qty,
|
||||
sellQuantity: getItemSellQuantity(item.name),
|
||||
}));
|
||||
const request = {
|
||||
userId: user.username,
|
||||
|
||||
Reference in New Issue
Block a user