Additional event informations can be added
This commit is contained in:
@@ -142,6 +142,7 @@ class SignupController extends CommonController {
|
||||
$amount,
|
||||
$registrationData['paymentMethod'] ?? null,
|
||||
(array)($registrationData['paymentOptions'] ?? []),
|
||||
(array)($registrationData['participationOptions'] ?? []),
|
||||
);
|
||||
|
||||
$signupCommand = new SignUpCommand($signupRequest);
|
||||
|
||||
Reference in New Issue
Block a user