URL of image for pay button

This commit is contained in:
rockstardev
2018-08-22 10:52:17 +02:00
parent b1fcf4524a
commit 9a5034c13c
3 changed files with 17 additions and 5 deletions

View File

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