mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
POS: Updates from code review
Thanks @kukks
This commit is contained in:
@@ -34,8 +34,6 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
public CurrencyInfoData CurrencyInfo { get; set; }
|
||||
|
||||
public PosViewType ViewType { get; set; }
|
||||
|
||||
public bool IsCartView { get { return ViewType == PosViewType.Cart; } }
|
||||
public bool ShowCustomAmount { get; set; }
|
||||
public bool ShowDiscount { get; set; }
|
||||
public bool EnableTips { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user