feat: special treatment of participants with age 0-2 (babies)

This commit is contained in:
Björn Fromme
2025-11-26 15:38:49 +01:00
parent 30704f936a
commit 32bef9a4e9
12 changed files with 615 additions and 15 deletions
+4
View File
@@ -64,4 +64,8 @@ final class Constants
// Payment type IDs for API
public const PAYMENT_TYPE_ID_TRANSFER = 2;
public const PAYMENT_TYPE_ID_DEBIT = 5;
// Baby room constraints
public const BABY_MAX_AGE = 2;
public const BABY_ROOM_CODE = 'Baby';
}