Barcode generation with Boombuler

This commit is contained in:
2026-05-09 01:01:25 +07:00
parent 4cc563f6f1
commit 07b186c986
8 changed files with 98 additions and 2 deletions
+4
View File
@@ -152,3 +152,7 @@ func (s *TableServiceImpl) GetOccupiedTables(ctx context.Context, outletID uuid.
return contract.BuildSuccessResponse(responses)
}
func (s *TableServiceImpl) GetTableToken(ctx context.Context, tableID uuid.UUID) (string, error) {
return s.tableProcessor.GetTokenByID(ctx, tableID)
}