diff --git a/BTCPayServer/Services/Apps/PointOfSaleSettings.cs b/BTCPayServer/Services/Apps/PointOfSaleSettings.cs index f2b2d32ad..83e7a5fe1 100644 --- a/BTCPayServer/Services/Apps/PointOfSaleSettings.cs +++ b/BTCPayServer/Services/Apps/PointOfSaleSettings.cs @@ -40,7 +40,7 @@ namespace BTCPayServer.Services.Apps " inventory: 5\n" + " custom: true"; DefaultView = PosViewType.Static; - ShowCustomAmount = true; + ShowCustomAmount = false; ShowDiscount = true; EnableTips = true; RequiresRefundEmail = RequiresRefundEmail.InheritFromStore;