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