diff --git a/go/cmd/orion/main.go b/go/cmd/orion/main.go index e27f2da..bbc9bd5 100644 --- a/go/cmd/orion/main.go +++ b/go/cmd/orion/main.go @@ -102,7 +102,7 @@ func main() { defer firestoreClient.Close() // Initialize handler - h := handler.NewHandler(authSvc, humanSvc, networkSvc, particleSvc, depotSvc, waitlistSvc, livekitClient, firestoreClient) + h := handler.NewHandler(authSvc, humanSvc, networkSvc, particleSvc, depotSvc, waitlistSvc, billingSvc, livekitClient, firestoreClient) // Helper to wrap handlers with auth middleware withAuth := func(hf http.HandlerFunc) http.Handler {