diff --git a/BTCPayServer/Views/Apps/PayButton.cshtml b/BTCPayServer/Views/Apps/PayButton.cshtml index 93d050996..8579d7693 100644 --- a/BTCPayServer/Views/Apps/PayButton.cshtml +++ b/BTCPayServer/Views/Apps/PayButton.cshtml @@ -22,7 +22,7 @@
<form method="POST" action="http://127.0.0.1:14142/apps/3jVExUHqRkGi4eaJEFCTxw5zjk14VAFzoVZXZJ3fbwED/pos">
+ <input type="hidden" name="amount" value="10" />
+ <input type="hidden" name="currency" value="USD" />
+ <button type="submit">Buy now</button>
+</form>
+
+
+