-
Notifications
You must be signed in to change notification settings - Fork 619
add projectId parameter to pay analytics components #6245
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
add projectId parameter to pay analytics components #6245
Conversation
|
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6245 +/- ##
==========================================
- Coverage 56.87% 56.86% -0.01%
==========================================
Files 1166 1166
Lines 64522 64523 +1
Branches 5223 5226 +3
==========================================
- Hits 36699 36694 -5
- Misses 27095 27101 +6
Partials 728 728
*This pull request uses carry forward flags. Click here to find out more. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
5694742 to
cabc1b9
Compare
cabc1b9 to
f99de5a
Compare
f99de5a to
cddbc23
Compare

PR-Codex overview
This PR focuses on enhancing the
Paycomponents by transitioning from usingclientIdto a more structured approach that includesprojectIdandteamId, markingclientIdas deprecated during the migration.Detailed summary
page.tsxandwebhooks/page.tsxto includeprojectIdandteamId.projectIdandteamIdto multiple components:TotalVolumePieChart,Payouts,PayCustomersTable,TotalPayVolume,PaymentsSuccessRate,PayNewCustomers, andPaymentHistory.clientIdas deprecated in all related components.usePayCustomers,usePayPurchases,usePayVolume, andusePayNewCustomersto acceptprojectIdandteamId.PayWebhooksPageto incorporateprojectIdandteamId.