Custom redirect_url for PoS (#1924)

This commit is contained in:
Mario Dian
2020-10-13 15:51:28 +08:00
committed by GitHub
parent 9dcd8b6edf
commit ad22d3fd91
4 changed files with 14 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ namespace BTCPayServer.Models.AppViewModels
[Display(Name = "Callback Notification Url")]
[Uri]
public string NotificationUrl { get; set; }
[Display(Name = "Redirect Url")]
[Uri]
public string RedirectUrl { get; set; }
[Required]
[MaxLength(30)]