Bind $5 audit and two-question product surface - #12
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bcf138f966
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| PAYMENT_LINK_ID = "plink_1UFlbvAyiOEDWiRnnsPOpA2P" | ||
| PAYMENT_LINK_URL = "https://buy.stripe.com/bJe9AS94w9MW09B7705EY02" | ||
| PRICE_CENTS = 500 |
There was a problem hiding this comment.
Continue honoring purchases from the previous payment link
Replacing the sole accepted payment-link ID and amount invalidates every Checkout Session created by the former live $19 link. In particular, a customer who opened that checkout before this deployment but completes it afterward will be charged and then receive payment does not belong to this product from /paid; retries of earlier failed audits are also denied. Keep accepting the previous ID/amount pair alongside the new $5 pair, at least for existing sessions.
Useful? React with 👍 / 👎.
| } | ||
|
|
||
| document.getElementById("choose-audit").addEventListener("click", () => selectProduct("audit")); | ||
| document.getElementById("choose-examiner").addEventListener("click", () => selectProduct("examiner")); |
There was a problem hiding this comment.
Give the Examiner selection a usable next step
When a visitor chooses Examiner, this handler only unhides an informational panel; that panel has no runnable action, CLI command, or direct link to the documented Examiner instructions, despite telling the visitor that the CLI is available now. The newly advertised product flow therefore ends without telling users how to obtain the product they selected. Add a direct CLI/source-instructions link or another usable Examiner action.
Useful? React with 👍 / 👎.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Updates the hosted pubskill surface around the product distinctions established in review.