feat(ticket): implement refund functionality and expose allow_refund flag
This commit is contained in:
@@ -19,6 +19,7 @@ class AdminAppTicketResource extends TicketResource
|
||||
return [
|
||||
...parent::toArray($request),
|
||||
...$details,
|
||||
'allow_refund' => $this->resource->allow_refund(),
|
||||
'values' => $rowService->values($this->resource, $details),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user