Remove false claim that Keysat emails licenses to buyers

Keysat has no email send path and none is planned; the receipt page is the delivery mechanism. install.html Step 8 incorrectly told operators the license is emailed to the buyer.
This commit is contained in:
Keysat
2026-06-18 12:00:09 -05:00
parent 470f3a6980
commit 5df25df375
+1 -1
View File
@@ -162,7 +162,7 @@ payment_methods: <span class="s">[BTC-OnChain, BTC-LightningNetwork]</span></pre
<pre class="code">https://&lt;your-keysat-host&gt;/buy/&lt;product-slug&gt;</pre>
<p>Buyers hit it, see your product, click "Pay", and BTCPay&rsquo;s checkout takes over. On payment confirmation, Keysat receives a webhook from BTCPay, signs a license, and emails it to the buyer (if they entered an email) and shows it on the receipt page.</p>
<p>Buyers hit it, see your product, click "Pay", and BTCPay&rsquo;s checkout takes over. On payment confirmation, Keysat receives a webhook from BTCPay, signs a license, and shows it on the receipt page.</p>
<p>Test it end-to-end by creating a free-license discount code and redeeming it: the same code path runs, just without the payment leg.</p>