Basic implementation of payment methods

This commit is contained in:
2026-07-28 16:09:38 +02:00
parent 6c9281516e
commit ab3d526217
13 changed files with 34 additions and 15 deletions
@@ -44,7 +44,8 @@ class SignUpRequest {
public int $arrival_eating,
public int $departure_eating,
public ?string $notes,
public Amount $amount
public Amount $amount,
public ?string $paymentMethod,
) {
}
}