Upgrade TicketTailor to be an app

This commit is contained in:
Kukks
2023-12-06 09:18:26 +01:00
parent a1db9ddf17
commit 7996aaede0
16 changed files with 384 additions and 263 deletions

View File

@@ -5,6 +5,8 @@ namespace BTCPayServer.Plugins.TicketTailor;
public class UpdateTicketTailorSettingsViewModel
{
public string AppName { get; set; }
public bool Archived { get; set; }
public string NewSpecificTicket { get; set; }
public string ApiKey { get; set; }
public SelectList Events { get; set; }