Zahlungsparser
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user