Payment methode now selectable

This commit is contained in:
2026-08-05 16:53:35 +02:00
parent 7919d04dc3
commit daff70b4fe
22 changed files with 705 additions and 81 deletions
@@ -2,7 +2,6 @@
namespace App\Domains\Event\Actions\SignUp;
use App\Enumerations\ParticipationType;
use App\Models\Event;
use App\Models\Tenant;
use App\ValueObjects\Amount;
@@ -46,6 +45,7 @@ class SignUpRequest {
public ?string $notes,
public Amount $amount,
public ?string $paymentMethod,
public array $paymentOptions = [],
) {
}
}