-
Notifications
You must be signed in to change notification settings - Fork 619
use supportPlan instead of billingPlan for support tickets #6228
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
use supportPlan instead of billingPlan for support tickets #6228
Conversation
|
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. 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 #6228 +/- ##
==========================================
+ Coverage 56.73% 56.81% +0.08%
==========================================
Files 1161 1163 +2
Lines 64289 64342 +53
Branches 5198 5213 +15
==========================================
+ Hits 36474 36556 +82
+ Misses 27087 27057 -30
- Partials 728 729 +1
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
0fca96a to
cf53184
Compare
c4b9385 to
4c223f9
Compare
4c223f9 to
cfce785
Compare
apps/dashboard/src/app/(dashboard)/support/create-ticket/components/create-ticket.action.ts
Outdated
Show resolved
Hide resolved
cfce785 to
31ac533
Compare
31ac533 to
a43bd39
Compare

TOOL-0000
PR-Codex overview
This PR introduces a new
supportPlanproperty and updates related logic to accommodate it in the dashboard application. It ensures that thesupportPlanis treated similarly to the existingbillingPlan, affecting how customer IDs are determined.Detailed summary
supportPlanproperty to thestubs.tsfile.team.tsto includesupportPlanin the type definitions.create-ticket.action.tsto derivecustomerIdfromsupportPlaninstead ofbillingPlan, with a fallback to the "free" tier.