-
Notifications
You must be signed in to change notification settings - Fork 619
fix fee sharing percentage #5525
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
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
6a944a1 to
7c4a208
Compare
1142802 to
a9ffa1e
Compare
7c4a208 to
af97003
Compare
a9ffa1e to
2f929c6
Compare
2f929c6 to
fa14cd3
Compare
Merge activity
|
fixes DASH-476 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the fee-sharing information in the `PayConfig.tsx` component of the dashboard, increasing the percentage shared with users. ### Detailed summary - Changed the fee-sharing percentage from 30% to 70% in the text: - From: "We share 30% of this fee with you." - To: "We share 70% of this fee with you." > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
fa14cd3 to
69ecac3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5525 +/- ##
=======================================
Coverage 46.18% 46.18%
=======================================
Files 1083 1083
Lines 58683 58683
Branches 3936 3936
=======================================
Hits 27105 27105
Misses 30895 30895
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more. |

fixes DASH-476
PR-Codex overview
This PR updates the fee-sharing information in the
PayConfig.tsxcomponent, increasing the percentage shared with users from 30% to 70%.Detailed summary