This commit is contained in:
zadit
2025-02-16 01:19:51 +07:00
parent 422398c65e
commit df0dbafe18
11 changed files with 285 additions and 112 deletions

View File

@@ -320,6 +320,7 @@ export const handlePaymentFromGuestDevice = async (
items: items.map((item) => ({
itemId: item.itemId,
qty: item.qty,
price: item.price
})),
};