From 5b4877c40207e3567a844288ac8f03b5c85d09ba Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 22 Feb 2021 08:59:59 +0100 Subject: [PATCH] PoS: Custom buy button text for custom price --- .../Views/AppsPublic/PointOfSale/Static.cshtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml b/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml index dec1d1595..93ac14f64 100644 --- a/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml +++ b/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml @@ -6,7 +6,7 @@
- @if (this.TempData.HasStatusMessage()) + @if (TempData.HasStatusMessage()) { } @@ -33,7 +33,6 @@ {

@System.Net.WebUtility.HtmlDecode(item.Description)

} -
-
- + value="@item.Price.Value" placeholder="Amount" style="flex: 2 0 80px;"> +
+