feat(admin): expose ticket refund states
This commit is contained in:
@@ -507,12 +507,14 @@ class AdminAppSaleControllerTest extends TestCase
|
||||
'id' => $firstTicket->id,
|
||||
'expires_at' => null,
|
||||
'status' => Ticket::STATUS_ACTIVE,
|
||||
'status_label' => 'Activo',
|
||||
],
|
||||
[
|
||||
'product' => 'Abono general',
|
||||
'id' => $usedTicket->id,
|
||||
'expires_at' => null,
|
||||
'status' => Ticket::STATUS_USED,
|
||||
'status_label' => 'Usado',
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user