Maintaining AppId reference

This commit is contained in:
rockstardev
2018-08-22 12:59:55 +02:00
parent 5b5a2e8c25
commit 4111b8a5a3
4 changed files with 7 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ namespace BTCPayServer.Models.AppViewModels
[EmailAddress]
public string NotifyEmail { get; set; }
public string AppId { get; set; }
// Data that influences Pay Button UI, but not invoice creation
public string UrlRoot { get; set; }
public List<string> CurrencyDropdown { get; set; }