Fix für Short-Signups
This commit is contained in:
@@ -42,6 +42,11 @@ class ShortSignUpRequest {
|
||||
public array $paymentOptions = [],
|
||||
/** Antworten auf die Teilnahmeoptionen: [ question_key => value ]. */
|
||||
public array $participationOptions = [],
|
||||
/**
|
||||
* Beitragsstufe (`standard`, `reduced`, `solidarity`). Wählbar nur, wenn die Teilnahmegruppe neben dem
|
||||
* Standardbeitrag weitere Stufen hinterlegt hat; der Command prüft das.
|
||||
*/
|
||||
public string $feeType = 'standard',
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user