Link to associated invoices

This commit is contained in:
Kukks
2019-01-05 10:17:52 +01:00
parent a15c7a0213
commit ba17612461
3 changed files with 7 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ namespace BTCPayServer.Models.AppViewModels
public bool UseInvoiceAmount { get; set; } = true;
[Display(Name = "Count all invoices created on the store as part of the crowdfunding goal")]
public bool UseAllStoreInvoices { get; set; } = false;
public string AppId { get; set; }
}
public enum CrowdfundResetEvery