POS - CustomAmount disabled by default

This commit is contained in:
daviogg
2022-09-16 19:13:43 +02:00
committed by Andrew Camilleri
parent ed45b73274
commit e0cbb7bede

View File

@@ -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;