From c5a073cee84589a4ed093610b5374f44037f8069 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 22 Jul 2020 15:29:24 +0200 Subject: [PATCH] Improve enable paybutton view --- BTCPayServer/Views/Stores/PayButtonEnable.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Stores/PayButtonEnable.cshtml b/BTCPayServer/Views/Stores/PayButtonEnable.cshtml index 0e9f7a554..11d309ef6 100644 --- a/BTCPayServer/Views/Stores/PayButtonEnable.cshtml +++ b/BTCPayServer/Views/Stores/PayButtonEnable.cshtml @@ -12,9 +12,12 @@

To start using Pay Buttons you need to explicitly turn on this feature. Once you do so, any 3rd party entity will be able to create an invoice on your instance store (via API for example). + The POS app is preauthorised and does not need this enabled.

@Html.Hidden("EnableStore", true) - +