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 -1
View File
@@ -238,7 +238,7 @@ result = verifier.<span class="f">verify</span>(license_key_from_user)
<div class="callout">
<i data-lucide="key-round"></i>
<p><strong>You decide the policy.</strong> Many indie developers ship no revocation at all. Once a key is sold, it stays valid. Refunds happen offline via BTCPay. That&rsquo;s perfectly reasonable.</p>
<p><strong>You decide the policy.</strong> Many indie developers ship no revocation at all. Once a key is sold, it stays valid. That&rsquo;s perfectly reasonable.</p>
</div>
<h2 id="api">Admin API</h2>