This commit is contained in:
everythingonblack
2025-05-13 16:02:38 +07:00
parent aacb1da8a5
commit 9e3759e571
2 changed files with 3 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ export const handleExtendFromGuestDevice = async (
shopId, shopId,
transactionId, transactionId,
notes, notes,
payment_type,
socketId socketId
) => { ) => {
try { try {
@@ -449,6 +450,7 @@ export const handleExtendFromGuestDevice = async (
body: JSON.stringify({ body: JSON.stringify({
transactions: structuredItems, transactions: structuredItems,
notes: notes, notes: notes,
payment_type,
socketId, socketId,
}), }),
} }

View File

@@ -268,6 +268,7 @@ export default function Invoice({ shopId, setModal, table, sendParam, deviceType
shopId, shopId,
transactionData.transactionId, transactionData.transactionId,
textareaRef.current.value, textareaRef.current.value,
orderMethod,
socketId socketId
); );
localStorage.removeItem('lastTransaction') localStorage.removeItem('lastTransaction')