Add option to show recommeded fee on checkout invoice

Address #1036
This commit is contained in:
Umar Bolatov
2019-10-07 21:06:12 -07:00
parent e68d76b56d
commit c908301b84
17 changed files with 70 additions and 7 deletions

View File

@@ -39,6 +39,9 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Requires a refund email")]
public bool RequiresRefundEmail { get; set; }
[Display(Name = "Show recommended fee")]
public bool ShowRecommendedFee { get; set; }
[Display(Name = "Do not propose on chain payment if the value of the invoice is below...")]
[MaxLength(20)]
public string OnChainMinValue { get; set; }