POS: Updates from code review

Thanks @kukks
This commit is contained in:
Dennis Reimann
2020-05-27 14:20:21 +02:00
parent 197b46880c
commit 58f56eac90
8 changed files with 31 additions and 19 deletions

View File

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