···1071071. Deploy your application and copy the webhook URL (e.g., `https://your-domain.com/api/webhooks`).
1081081091092. In your Stripe dashboard, go to Developers → Webhooks and add an endpoint:
110110+110111 - URL: `https://your-domain.com/api/webhooks`
111112 - Events to listen to:
112113 - `checkout.session.completed`
···154155155156## Multi-Remote Git Setup
156157157157-This repo syncs to two servers (tangled.sh primary, GitHub mirror) using a custom `all` remote. Running `git push all` updates both simultaneously.
158158+This repo syncs to two servers (tangled.sh primary, GitHub mirror) using a CI mirror script `.tangled/workflows/mirror.yml`.
159159+160160+DEPRECATED: using a custom `all` remote. Running `git push all` updates both simultaneously.
158161159162### Current Config
160163