diff --git a/src/modules/activities/components/PurchaseTicketDialog.vue b/src/modules/activities/components/PurchaseTicketDialog.vue index c746d13..ec72c1f 100644 --- a/src/modules/activities/components/PurchaseTicketDialog.vue +++ b/src/modules/activities/components/PurchaseTicketDialog.vue @@ -53,8 +53,8 @@ const { handleOpenLightningWallet, resetPaymentState, cleanup, - ticketQRCode, - purchasedTicketId, + ticketQRCodes, + purchasedTicketIds, showTicketQR } = useTicketPurchase() @@ -543,35 +543,48 @@ onUnmounted(() => { - -
- - {{ quantity }} tickets are now in your tickets area on a - single purchase row. + + Each attendee scans their own QR at the door — + independent of the others. - Your ticket has been purchased and is now available in - your tickets area. + Your ticket is now in your tickets area.
- {{ quantity > 1 ? 'Purchase ID (covers all tickets)' : 'Ticket ID' }} -
-{{ purchasedTicketId }}
+{{ ticketId }}