feat(ticket): implement refund functionality and expose allow_refund flag
This commit is contained in:
@@ -36,6 +36,7 @@ class AdminAppTicketRowService
|
||||
'status' => $ticket->status,
|
||||
'scanned_by' => $ticket->scannerUser?->nombre_apellido,
|
||||
'variant_properties' => $this->variantProperties($ticket),
|
||||
'allow_refund' => $ticket->allow_refund(),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user