New PoS design

This commit is contained in:
Mario Dian
2018-12-13 21:36:19 +08:00
parent 8c5b00b1a3
commit c7e90cd7df
20 changed files with 1004 additions and 234 deletions

View File

@@ -45,6 +45,7 @@ namespace BTCPayServer.Models.AppViewModels
public string ButtonText { get; set; }
public string CustomButtonText { get; set; }
public string CustomTipText { get; set; }
public string CustomTipPercentages { get; set; }
public string CustomCSSLink { get; set; }
}