Handling payment button post and providing test form

This commit is contained in:
rockstardev
2018-08-17 12:38:03 +02:00
parent ed36fba0d7
commit 74ddcfa01e
5 changed files with 59 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ namespace BTCPayServer.Models.AppViewModels
public int ButtonSize { get; set; }
public string ServerIpn { get; set; }
public string BrowserRedirect { get; set; }
public string EmailToNotify { get; set; }
public string NotifyEmail { get; set; }
//
public string UrlRoot { get; set; }