mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 07:04:26 +01:00
POS - CustomAmount disabled by default
This commit is contained in:
committed by
Andrew Camilleri
parent
ed45b73274
commit
e0cbb7bede
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user