feat: integrate Stripe payment with subscription plans
Add Stripe payment integration across the project: - Add @stripe/stripe-js dependency - Configure Stripe environment variables (secret key, publishable key, webhook secret) for dev, local, and production environments - Add Product/Price IDs for monthly, quarterly, and annual subscription tiers - Extend subscription plan data with voiceMinutesPerDay quotas (30/45/60 minutes per tier) - Update .gitignore to exclude implementation_plan.md
This commit is contained in:
+2
-2
@@ -49,6 +49,6 @@ next-env.d.ts
|
||||
.pnpm-store/
|
||||
|
||||
logs/
|
||||
implementation_plan
|
||||
|
||||
pictures/
|
||||
pictures/
|
||||
implementation_plan.md
|
||||
|
||||
Reference in New Issue
Block a user