From 393c22603252de6784377ff3f9552986c7b08920 Mon Sep 17 00:00:00 2001 From: Kukks Date: Mon, 14 Jan 2019 09:32:22 +0100 Subject: [PATCH 1/2] fix escaped store name in return --- BTCPayServer/Views/Invoice/Checkout-Body.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index 5ee6e178e..27490bfef 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -387,10 +387,10 @@
{{$t("This invoice has been paid")}}
- {{$t("Return to StoreName", srvModel)}} + From 50a3178d512bb2ec8f9164b9a935c705fb3ae801 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Mon, 14 Jan 2019 16:49:12 -0800 Subject: [PATCH 2/2] Update .NET Core SDK version in documentation Address #523 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1773ed0db..12944ebbc 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ You can also read the [BTCPay Merchants Guide](https://www.reddit.com/r/Bitcoin/ While the documentation advises to use docker-compose, you may want to build BTCPay yourself. -First install .NET Core SDK v2.1.4 (with patch version >= 403) as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core/2.1). +First install .NET Core SDK v2.1.6 as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core/2.1). On Powershell: ```