Besseres Handling Rückerstattungen
This commit is contained in:
@@ -22,6 +22,8 @@ class AcceptRefundController extends CommonController
|
||||
accountOwner: (string) $request->input('accountOwner'),
|
||||
accountIban: (string) $request->input('accountIban'),
|
||||
declarationAccepted: $request->boolean('declarationAccepted'),
|
||||
donation: $request->boolean('donation'),
|
||||
accountDeclarationAccepted: $request->boolean('accountDeclarationAccepted'),
|
||||
);
|
||||
|
||||
$response = new AcceptRefundCommand($acceptRequest)->execute();
|
||||
|
||||
Reference in New Issue
Block a user