feat: launch Stripe billing flows with lifecycle hardening and analytics
add Stripe checkout, portal, webhook ingestion, and idempotent event persistence add billing lifecycle state (grace/sync/timeline/admin visibility) and stronger entitlement handling add analytics event tracking and admin summary APIs plus account/pricing UI integration
This commit is contained in:
@@ -16,6 +16,7 @@ APP_PORT="4000"
|
||||
APP_ORIGIN="http://localhost:3000"
|
||||
SESSION_TTL_DAYS="30"
|
||||
GOOGLE_MAPS_SERVER_KEY="YOUR_SERVER_MAPS_KEY"
|
||||
BILLING_ADMIN_EMAILS="ops@example.com"
|
||||
|
||||
# Docker Compose database env vars
|
||||
POSTGRES_DB="leads4less"
|
||||
|
||||
Reference in New Issue
Block a user