-
Notifications
You must be signed in to change notification settings - Fork 621
[Dashboard] Fix: Use x-client-id + x-team-id for all UB requests #6999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added teamId parameter to all Universal Bridge API calls - Updated webhook components to pass teamId to API functions - Fixed client ID references in payment components - Renamed checkout components to pay components to align with new structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Merge activity
|
.../[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components/webhooks.client.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6999 +/- ##
==========================================
- Coverage 54.60% 54.59% -0.01%
==========================================
Files 903 903
Lines 57934 57935 +1
Branches 3968 3970 +2
==========================================
- Hits 31636 31632 -4
- Misses 26198 26202 +4
- Partials 100 101 +1
🚀 New features to boost your workflow:
|
…onnect/universal-bridge/webhooks/components/webhooks.client.tsx Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
size-limit report 📦
|
PR-Codex overview
This PR refactors the checkout functionality into a pay system, updating types, components, and API interactions to accommodate the new payment process.
Detailed summary
CheckoutParamstoPayParams.CheckoutEmbedtoPayPageEmbed.PaymentHistoryto acceptteamId.teamId.CheckoutLinkFormtoPaymentLinkForm.teamId.