feat(scanner): enhance ticket scanning functionality with search and pagination support
This commit is contained in:
@@ -15,6 +15,8 @@ class ScannedTicketResource extends JsonResource
|
||||
return [
|
||||
'product' => $this->name,
|
||||
'id' => $this->id,
|
||||
'ticket' => $this->ticket,
|
||||
'used_at' => $this->used_at,
|
||||
'expires_at' => $this->getEffectiveExpiresAt(),
|
||||
'status' => $this->status,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user