mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
update
This commit is contained in:
@@ -7,18 +7,10 @@ namespace BTCPayServer.Plugins.TicketTailor
|
||||
{
|
||||
public class TicketTailorPlugin : BaseBTCPayServerPlugin
|
||||
{
|
||||
public override string Identifier => "BTCPayServer.Plugins.TicketTailor";
|
||||
public override string Name => "TicketTailor";
|
||||
|
||||
|
||||
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
|
||||
{
|
||||
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.6.0.0" }
|
||||
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.7.4" }
|
||||
};
|
||||
|
||||
public override string Description =>
|
||||
"Allows you to integrate with TicketTailor.com to sell tickets for Bitcoin";
|
||||
|
||||
public override void Execute(IServiceCollection applicationBuilder)
|
||||
{
|
||||
applicationBuilder.AddSingleton<TicketTailorService>();
|
||||
|
||||
Reference in New Issue
Block a user