übergang auf pakete, integration von stripe und paypal, blog hinzugefügt.

This commit is contained in:
Codex Agent
2025-09-29 07:59:39 +02:00
parent 0a643c3e4d
commit e52a4005aa
83 changed files with 4284 additions and 629 deletions

View File

@@ -53,11 +53,7 @@ class EventController extends Controller
$tenant = Tenant::findOrFail($tenantId);
}
if (!$tenant->canCreateEvent()) {
return response()->json([
'error' => 'No available package for creating events. Please purchase a package.',
], 402);
}
// Package check is now handled by middleware
$validated = $request->validated();
$tenantId = $tenant->id;