fix: serialize Stripe checkout provisioning

This commit is contained in:
237899745
2026-07-26 03:07:30 +08:00
parent 03d0e43d4d
commit 08000cc16e
8 changed files with 805 additions and 197 deletions

View File

@@ -40,6 +40,8 @@ STORAGE_PATH=./uploads
BILLING_PROVIDER=stripe
STRIPE_SECRET_KEY=sk_test_xxx
STRIPE_WEBHOOK_SECRET=whsec_xxx
# Keep the official endpoint in production; override only for isolated mocks.
STRIPE_API_BASE_URL=https://api.stripe.com
# 邮件服务(注册验证 + 密码重置)
MAIL_ENABLED=false