Payment methode now selectable

This commit is contained in:
2026-08-05 16:53:35 +02:00
parent 7919d04dc3
commit daff70b4fe
22 changed files with 705 additions and 81 deletions
+2
View File
@@ -69,6 +69,7 @@ class EventParticipant extends InstancedModel
'amount_paid',
'payment_purpose',
'payment_method',
'payment_options',
'efz_status',
'unregistered_at',
];
@@ -88,6 +89,7 @@ class EventParticipant extends InstancedModel
'amount' => AmountCast::class,
'amount_paid' => AmountCast::class,
'payment_options' => 'array',
];
/*