Besseres Handling Rückerstattungen
This commit is contained in:
@@ -31,6 +31,9 @@ class ReleaseRefundController extends CommonController
|
||||
// Leer, wenn der volle Beitrag erstattet wird -- dann gibt es nichts zu begründen.
|
||||
retentionReason: Text::nullIfBlank($request->input('retentionReason')),
|
||||
retentionReasonNote: Text::nullIfBlank($request->input('retentionReasonNote')),
|
||||
// Der Teili hat der Aktionsleitung gesagt, dass er spenden möchte -- dann entfällt die
|
||||
// Bankverbindung und die Erstattung wird sofort als Spende eingereicht.
|
||||
donation: $request->boolean('donation'),
|
||||
);
|
||||
|
||||
$response = new ReleaseRefundCommand($refundRequest)->execute();
|
||||
|
||||
Reference in New Issue
Block a user