fix(den): harden billing display and UI#1563
Open
shizhigu wants to merge 7 commits intodifferent-ai:devfrom
Open
fix(den): harden billing display and UI#1563shizhigu wants to merge 7 commits intodifferent-ai:devfrom
shizhigu wants to merge 7 commits intodifferent-ai:devfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@shizhigu is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: |
8faff96 to
1bb5d4e
Compare
1bb5d4e to
779eac7
Compare
Collaborator
|
we will be replacing all billing items with a dedicated billing module soon. |
90cad18 to
dcf31ea
Compare
d19e176 to
cb8bced
Compare
cb8bced to
edfb6a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Checkout and billing are money-related surfaces. The displayed price, cadence, and entitlement copy should come from the billing display path, and local screenshot mocks should not render on
app.openworklabs.com.What changed
NEXT_PUBLIC_DEN_MOCK_BILLINGis ignored onapp.openworklabs.com.Test plan
pnpm --filter @openwork-ee/den-web test:billingpnpm --filter @openwork-ee/den-web exec tsc --noEmitpnpm --filter @openwork-ee/den-web buildgit diff --checkrg "\\$50|50/month|50/mo" ee/apps/den-web/app ee/apps/den-web/componentsfound no matchesEvidence
Notes