feat(admin): expose ticket refund states
This commit is contained in:
@@ -16,6 +16,8 @@ class TicketResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'tenant_code' => $this->tenant_code,
|
||||
'ticket' => $this->ticket,
|
||||
'status' => $this->status,
|
||||
'status_label' => $this->status_label,
|
||||
'name' => $this->name,
|
||||
'description' => $this->description,
|
||||
'client' => $this->user?->nombre_apellido,
|
||||
|
||||
Reference in New Issue
Block a user