From 249b991185856f05d8eeb6fbf393a13e05433cdc Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 10 Jul 2024 17:14:18 +0200 Subject: [PATCH] Checkout: Display description if present (#6082) This is mostly for the POS, where either an individual item title might be the description, or in case of the cart and keypad, the name of the app will be displayed. The description is omitted if it matches the store name, to avoid duplicate titles. Closes #5023. --- BTCPayServer/Views/UIInvoice/Checkout.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Views/UIInvoice/Checkout.cshtml b/BTCPayServer/Views/UIInvoice/Checkout.cshtml index b4f63c757..e67aab96d 100644 --- a/BTCPayServer/Views/UIInvoice/Checkout.cshtml +++ b/BTCPayServer/Views/UIInvoice/Checkout.cshtml @@ -52,6 +52,7 @@
+
@if (Model.IsUnsetTopUp) {