···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-111110 - URL: `https://your-domain.com/api/webhooks`
112111 - Events to listen to:
113112 - `checkout.session.completed`
···1961955. Update: `git fetch --all && git checkout main && git pull tangled main`
197196198197Pro tip: add an alias `pushall="git push all"` in your shell config (e.g. `~/.bashrc` or `~/.zshrc`) for speed.
198198+199199+# This is a test for commit