PayButtonTest(string appId)
+ {
+ return View();
+ }
}
}
diff --git a/BTCPayServer/Models/AppViewModels/PayButtonViewModel.cs b/BTCPayServer/Models/AppViewModels/PayButtonViewModel.cs
index 8d8dfe807..58dcf4672 100644
--- a/BTCPayServer/Models/AppViewModels/PayButtonViewModel.cs
+++ b/BTCPayServer/Models/AppViewModels/PayButtonViewModel.cs
@@ -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; }
diff --git a/BTCPayServer/Views/Apps/PayButton.cshtml b/BTCPayServer/Views/Apps/PayButton.cshtml
index 1942053f0..110a72594 100644
--- a/BTCPayServer/Views/Apps/PayButton.cshtml
+++ b/BTCPayServer/Views/Apps/PayButton.cshtml
@@ -82,10 +82,10 @@
-
- {{ errors.first('emailToNotify') }}
+
+ {{ errors.first('notifyEmail') }}