feat(admin): expose ticket refund states
This commit is contained in:
@@ -17,6 +17,7 @@ class SaleTicketResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'expires_at' => $this->getEffectiveExpiresAt(),
|
||||
'status' => $this->status,
|
||||
'status_label' => $this->status_label,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user