Forums Bug Reports Thread

Literal triple-apostrophe typo "they'''re yours" renders on the post-payment credit success page

Patrick Bass · Jun 6 · 12 · 1 Locked
[Major] [High Priority] [Bug Fixed] [Always Reproduces]
🚀 OP Jun 6, 2026 9:35pm

Area: Account (re-run) (audit p1r) · Surface: /account/credits/success · Dimension: law1-polish · Severity: major

On the page a customer lands on immediately after paying Stripe for a credit pack, the confirmation copy renders the literal string "they'''re yours" with three stray apostrophes. This is the first thing a paying customer sees after handing over money — a visibly broken sentence on a revenue-critical surface. Same class of stray-literal-quote defect already filed for the member directory, but a different surface and a worse context (payment confirmation).

Evidence

platform/templates/account/credits-success.php:18 and :22 both contain `refresh once and they'''re yours.` — verified via od -c showing bytes `t h e y ' ' ' r e` (three ASCII single-quotes). Both the with-packCredits and fallback branches have it, so the typo shows for every successful purchase.

Suggested fix. Replace `they'''re` with `they're` (or a typographic apostrophe `they’re`) on both lines 18 and 22 of credits-success.php.

Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.


Patrick Bass
@mobieus

🚀 Jun 7, 2026 5:25am

Resolved — fixed and deployed. Commit dd336ac47616, shipped dev-first then to all tenants on 2026-06-06.

Fixed the malformed apostrophe typo `they'''re` -> `they're` on both lines 18 and 22 of credits-success.php (the $packCredits branch and the fallback branch). php -l passes.

Status: fixed. Thread closed and locked.


Patrick Bass
@mobieus

Log in or register to reply to this thread.