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

View File

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