mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix lnurl for pull paymentdescription + fix authorize redirect form issue (#4630)
fixes #4627 fixes #4624
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user