Zahlungsparser

This commit is contained in:
2026-09-09 16:55:08 +02:00
parent ae13841699
commit 651b6147bf
38 changed files with 3308 additions and 22 deletions
+4
View File
@@ -74,6 +74,8 @@ class EventParticipant extends InstancedModel
'payment_purpose',
'payment_method',
'payment_options',
'refund_data',
'last_payment_date',
'efz_status',
'unregistered_at',
];
@@ -94,6 +96,8 @@ class EventParticipant extends InstancedModel
'amount' => AmountCast::class,
'amount_paid' => AmountCast::class,
'payment_options' => 'array',
'refund_data' => 'boolean',
'last_payment_date' => 'date',
'invoice_sequence' => 'integer',
'sibling_reduction' => 'boolean',