mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Re-name the Invoice e-mail notification field
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BTCPayServer.Models.AppViewModels
|
|||||||
[Display(Name = "Callback Notification Url")]
|
[Display(Name = "Callback Notification Url")]
|
||||||
[Uri]
|
[Uri]
|
||||||
public string NotificationUrl { get; set; }
|
public string NotificationUrl { get; set; }
|
||||||
[Display(Name = "Invoice Email Notification")]
|
[Display(Name = "Invoice IPN Notification")]
|
||||||
[EmailAddress]
|
[EmailAddress]
|
||||||
public string NotificationEmail { get; set; }
|
public string NotificationEmail { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ namespace BTCPayServer.Models.AppViewModels
|
|||||||
[Display(Name = "Callback Notification Url")]
|
[Display(Name = "Callback Notification Url")]
|
||||||
[Uri]
|
[Uri]
|
||||||
public string NotificationUrl { get; set; }
|
public string NotificationUrl { get; set; }
|
||||||
[Display(Name = "Invoice Email Notification")]
|
[Display(Name = "Invoice IPN Notification")]
|
||||||
[EmailAddress]
|
[EmailAddress]
|
||||||
public string NotificationEmail { get; set; }
|
public string NotificationEmail { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user