mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
Upgrade TicketTailor to be an app
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user