feat(event): support ticket refund configuration in event endpoints
This commit is contained in:
@@ -34,6 +34,12 @@ class EventService
|
||||
$tenant->update([
|
||||
'event_title' => $data['title'],
|
||||
'event_location' => $data['location'],
|
||||
...array_intersect_key($data, array_flip([
|
||||
'allow_ticket_refund',
|
||||
'allow_ticket_total_refund',
|
||||
'allow_ticket_partial_refund',
|
||||
'ticket_partial_refund_percentage',
|
||||
])),
|
||||
]);
|
||||
|
||||
if (array_key_exists('social_media', $data)) {
|
||||
|
||||
Reference in New Issue
Block a user