feat(tickets): enhance AdminAppTicketResource and service with purchase details and update tests

This commit is contained in:
2026-08-28 16:05:56 -03:00
parent 1ec7ab3e35
commit 0f6f39cce7
3 changed files with 57 additions and 1 deletions

View File

@@ -20,7 +20,9 @@ class AdminAppTicketService
...TicketValidityResolver::RELATIONS,
...TicketPresentationResolver::RELATIONS,
'user',
'scannerUser',
'sourceCatalogItem.category',
'sourcePurchase.items',
])
->orderByDesc('id')
->paginateFromRequest()