Payment methode now selectable
This commit is contained in:
@@ -7,6 +7,7 @@ use App\Models\EventParticipant;
|
||||
class SignUpResponse {
|
||||
public bool $success;
|
||||
public ?EventParticipant $participant;
|
||||
public ?string $message = null;
|
||||
|
||||
public function __construct() {
|
||||
$this->success = false;
|
||||
|
||||
Reference in New Issue
Block a user