mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
POS improvements (#4668)
This commit is contained in:
@@ -10,9 +10,10 @@ public class FormViewModel
|
||||
public string BrandColor { get; set; }
|
||||
public string StoreName { get; set; }
|
||||
public string FormName { get; set; }
|
||||
public string RedirectUrl { get; set; }
|
||||
public Form Form { get; set; }
|
||||
public string AspController { get; set; }
|
||||
public string AspAction { get; set; }
|
||||
public Dictionary<string, string> RouteParameters { get; set; } = new();
|
||||
public MultiValueDictionary<string, string> FormParameters { get; set; } = new();
|
||||
public string FormParameterPrefix { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user