Remove refund copy from public docs

Keysat has no refund functionality — refunds are handled out-of-band in the
payment processor (the v0.3 revoke-on-refund webhook hook is currently a
no-op). Drop refund mentions so the docs do not describe a flow the daemon
does not implement.
This commit is contained in:
Keysat
2026-06-13 06:58:12 -05:00
parent 23681bc05e
commit 3f1fbe0f3b
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ This repo is a static HTML site. No build step. The deployed version lives at
own software. Code examples for the TypeScript, Python, and Rust SDKs;
entitlement-gating patterns; offline verification.
- **[operate.html](./operate.html)** — Day-to-day operations. Managing
licenses, suspending / revoking, search, audit log, discount codes, refund
flows.
licenses, suspending / revoking, search, audit log, discount codes.
- **[wire-format.html](./wire-format.html)** — Specification of the signed
license key format (LIC1 envelope, base32 alphabet, Ed25519 signature
scheme). Useful for porting the SDK to a new language.