add coinswitch shitcoin tax

This commit is contained in:
Kukks
2019-03-31 18:55:14 +02:00
parent ad0edb5f4c
commit 6db9061dd1
7 changed files with 18 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Integration Mode")]
public string Mode { get; set; } = "inline";
[Required]
[Range(0, 100)]
[Display(Name =
"Percentage to multiply amount requested at Coinswitch to avoid underpaid situations due to Coinswitch not guaranteeing rates. ")]
public decimal AmountMarkupPercentage { get; set; } = new decimal(2);
public List<SelectListItem> Modes { get; } = new List<SelectListItem>
{