We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b23bf1f + fe6f9cf commit 4b64d3fCopy full SHA for 4b64d3f
apps/app/src/actions/organization/lib/stripe.ts
@@ -9,10 +9,6 @@ if (env.STRIPE_SECRET_KEY && env.STRIPE_WEBHOOK_SECRET) {
9
stripe = new Stripe(env.STRIPE_SECRET_KEY, {
10
apiVersion: "2025-02-24.acacia",
11
});
12
-} else {
13
- console.warn(
14
- "Stripe environment variables (STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET) are not fully configured. Stripe functionality will be disabled.",
15
- );
16
}
17
18
export { stripe };
0 commit comments