fix: create stripe customer when inviting new team member

This commit is contained in:
Henry
2025-01-30 22:20:13 +00:00
parent d27b6e6184
commit 0f26e7615b
4 changed files with 28 additions and 26 deletions

View File

@@ -55,6 +55,7 @@
"NEXT_PUBLIC_SUPABASE_ANON_KEY",
"NEXT_PUBLIC_SUPABASE_AUTH_COOKIE_NAME",
"SUPABASE_SERVICE_API_KEY",
"STRIPE_SECRET_KEY",
"PORT"
],
"globalPassThroughEnv": [
@@ -65,4 +66,4 @@
"VERCEL_URL",
"npm_lifecycle_event"
]
}
}