-
Notifications
You must be signed in to change notification settings - Fork 0
Bind $5 audit and two-question product surface #12
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,9 +17,9 @@ | |
| "codeberg.org", | ||
| "git.sr.ht", | ||
| } | ||
| PAYMENT_LINK_ID = "plink_1UFLuMAyiOEDWiRnLUiYEx3Y" | ||
| PAYMENT_LINK_URL = "https://buy.stripe.com/14A6oG5Sk9MWg8z3UO5EY01" | ||
| PRICE_CENTS = 1900 | ||
| PAYMENT_LINK_ID = "plink_1UFlbvAyiOEDWiRnnsPOpA2P" | ||
| PAYMENT_LINK_URL = "https://buy.stripe.com/bJe9AS94w9MW09B7705EY02" | ||
| PRICE_CENTS = 500 | ||
|
Comment on lines
+20
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
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 Useful? React with 👍 / 👎. |
||
| FREE_FINDINGS = 3 | ||
|
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 👍 / 👎.