Fix lnurl for pull paymentdescription + fix authorize redirect form issue (#4630)

fixes #4627
fixes #4624
This commit is contained in:
Andrew Camilleri
2023-02-13 15:34:43 +01:00
committed by GitHub
parent dffa6accb0
commit 0d077f6ce5
4 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ namespace BTCPayServer.Models
public string AspAction { get; set; }
public string AspController { get; set; }
public string FormUrl { get; set; }
public bool AllowExternal { get; set; }
public MultiValueDictionary<string, string> FormParameters { get; set; } = new MultiValueDictionary<string, string>();
public Dictionary<string, string> RouteParameters { get; set; } = new Dictionary<string, string>();