Barcode generation with Boombuler
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user