Skip to content

Commit

Permalink
feat(wallet): add grouping information based on the event
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Sep 28, 2024
1 parent 143cd9f commit ccc1b72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private EventTicketObject createObject(Ticket ticket) {
.setHexBackgroundColor("#1e274a")
.setFaceValue(cost)
.setBarcode(new Barcode().setType("QR_CODE").setValue(ticket.getUniqueCode()))
.setGroupingInfo(new GroupingInfo().setGroupingId(ticket.product.event.getKey()).setSortIndex(1))
.setLinksModuleData(new LinksModuleData().setUris(Arrays.asList(tnc)));
}

Expand Down

0 comments on commit ccc1b72

Please sign in to comment.