working on clerk notification

This commit is contained in:
nospeedlimitindonesia
2024-07-28 09:44:29 +00:00
parent ae79c9fc5a
commit 93df0458e6
7 changed files with 45 additions and 36 deletions

View File

@@ -64,7 +64,7 @@ export default function Invoice({ sendParam, deviceType }) {
orderType,
tableNumber,
);
} else if (deviceType == "guestDevice") {
} else if (deviceType == "guestSide") {
const pay = await handlePaymentFromGuestSide(
shopId,
email,