Commit f23b273
Fix: LS hosted checkout URL path is /checkout/buy/<variant>
Mirror of HelpmateAI commit 8016457 (Codex P1 finding on HelpmateAI's
PR #4). The LS scaffold for both apps was built from the same
template, so the same URL bug exists here too — even though Codex
didn't flag it on AI Job Agent's PR #2 (Codex's review surfaces
sample issues rather than every instance).
Old: https://<store>.lemonsqueezy.com/buy/<variant>
New: https://<store>.lemonsqueezy.com/checkout/buy/<variant>
Per the LS docs at docs.lemonsqueezy.com/help/checkout/hosted-checkouts,
the `/buy/` path is a non-checkout endpoint. Every Pro upgrade CTA
would have resolved there and failed silently the moment LS goes
live with real variant IDs. This fix lands BEFORE KYC clears so
the broken state never reaches paid customers.
No test changes — the helper is exercised in real LS sandbox testing
which happens post-merge once variant IDs exist.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b8fb594 commit f23b273
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
427 | 433 | | |
428 | 434 | | |
429 | 435 | | |
| |||
476 | 482 | | |
477 | 483 | | |
478 | 484 | | |
479 | | - | |
| 485 | + | |
480 | 486 | | |
481 | 487 | | |
482 | 488 | | |
| |||
0 commit comments