From 49cdec6961343f870108613221355a8e27d26436 Mon Sep 17 00:00:00 2001 From: 2pac1 <35058480+2pac1@users.noreply.github.com> Date: Thu, 13 Dec 2018 12:26:30 +0100 Subject: [PATCH 1/3] Update PayButtonEnable.cshtml --- BTCPayServer/Views/Stores/PayButtonEnable.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/Stores/PayButtonEnable.cshtml b/BTCPayServer/Views/Stores/PayButtonEnable.cshtml index ab59924ab..4402ddc05 100644 --- a/BTCPayServer/Views/Stores/PayButtonEnable.cshtml +++ b/BTCPayServer/Views/Stores/PayButtonEnable.cshtml @@ -1,6 +1,6 @@ @{ Layout = "../Shared/_NavLayout.cshtml"; - ViewData.SetActivePageAndTitle(StoreNavPages.PayButton, "Please confirm you want to allow anyone to create invoices in your store"); + ViewData.SetActivePageAndTitle(StoreNavPages.PayButton, "Please confirm you want to allow outside world to create invoices in your store (via API)."); ViewBag.MainTitle = "Pay Button"; } @@ -12,10 +12,10 @@

To start using Pay Buttons you need to explicitly turn on this feature. - Once you do so, any source will be able to create an invoice on your instance store. + Once you do so, any 3rd party entity will be able to create an invoice on your instance store (via API for example).

@Html.Hidden("EnableStore", true) - +
From e3833914b3da99e32e37d7e6ae32777a1e0ef52a Mon Sep 17 00:00:00 2001 From: 2pac1 <35058480+2pac1@users.noreply.github.com> Date: Thu, 13 Dec 2018 16:18:01 +0100 Subject: [PATCH 2/3] Update AddDerivationScheme.cshtml --- BTCPayServer/Views/Stores/AddDerivationScheme.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml index 7ea390f8e..54f48d6ba 100644 --- a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml +++ b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml @@ -36,7 +36,7 @@ No ledger wallet detected. If you own one, use chrome, open the app, and refresh this page.