Change CustomTipPercentages type to int[]

This commit is contained in:
Mario Dian
2018-12-19 14:07:05 +08:00
parent 5f5e5e3211
commit f87339f9fa
3 changed files with 32 additions and 15 deletions

View File

@@ -45,7 +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 int[] CustomTipPercentages { get; set; }
public string CustomCSSLink { get; set; }
}