change 6-12 price #19

Merged
csimonis merged 1 commits from feature/ticket-prices into main 2025-02-04 21:32:17 +00:00
Showing only changes of commit 8bb747ec70 - Show all commits

View File

@ -15,11 +15,11 @@ class TicketData
], ],
3 => [ 3 => [
'name' => 'Kind (6-12 Jahre)', 'name' => 'Kind (6-12 Jahre)',
'price' => 0, 'price' => 15,
], ],
4 => [ 4 => [
'name' => 'Kind (0-6 Jahre)', 'name' => 'Kind (0-6 Jahre)',
'price' => 0, 'price' => 0,
], ],
]; ];
} }