# 08D2 Paid Launch Compliance Host Fix

Verdict: Compliance_FIX_DEPLOYED

Reviewed at: 2026-05-29 12:50 UTC
Domain: https://aieditorrsp.net
Commit: bb45eb2 fix: align paid launch compliance copy
Worker version: 992cdc56-f1c7-4fcd-ba2d-0e5e6bceafbf

## Fixed

- Removed stale paid-disabled/provider-preview/public waitlist copy from production-rendered legal/pricing pages.
- Removed `PLANNED / DISABLED` plan labels.
- Removed over-broad `full commercial license` wording; replaced with terms/provider/law constrained paid-output rights.
- Updated cookie/session copy to match live Google OAuth/session/credit ledger use.
- Added billing/tax disclosure to pricing/privacy/terms/refund:
  - paid checkout/subscriptions/credit packs are live after login;
  - Stripe processes payments;
  - Stripe Tax calculates tax at checkout;
  - Stripe is not merchant of record;
  - AI Editor RSP / Nextfield Labs LLC remains responsible for support, order records, tax reporting, and remittance;
  - checkout/receipts show subtotal, tax, and total.

## Verification

Local:

- `npm run verify`: PASS — routes=11, hrefPlaceholders=0, forbiddenCopy=0.
- `npm run build`: PASS.
- `npm run seo:audit`: PASS — no failures; rendered image alt missing total remains 0.
- `npm run deploy`: PASS.

Production scan with browser-like UA:

- `/pricing`: 200, no forbidden copy, required billing/tax flags present.
- `/privacy`: 200, no forbidden copy, required billing/tax flags present.
- `/terms`: 200, no forbidden copy, required billing/tax flags present.
- `/refund`: 200, no forbidden copy, required billing/tax flags present.
- `/cookie-policy`: 200, no forbidden copy.
- `/contact`: 200, no forbidden copy.
- `/api/credits`: 200, `paid_enabled:true`, `daily_limit:2`, checkout links present.
- `/api/health`: 200.

Forbidden terms scanned:

- `Paid checkout is disabled`
- `PLANNED / DISABLED`
- `paid credits remain disabled`
- `disabled in preview`
- `full commercial license`
- `provider pending`
- `not enabled yet`
- `If payments are enabled later`
- `Private preview`
- `Unlimited` / `unlimited`
- `Join Waitlist`

## Residual risk

This host fix addresses the paid-launch compliance-copy blocker from 08D/08E. It does not claim to fix 08E visual/mobile/performance blockers; those still need frontend QA/remediation or explicit owner waiver.
