mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
POS improvements (#4668)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace BTCPayServer.Models
|
||||
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>();
|
||||
public MultiValueDictionary<string, string> FormParameters { get; set; } = new ();
|
||||
public Dictionary<string, string> RouteParameters { get; set; } = new ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user