mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
update
This commit is contained in:
@@ -7,18 +7,10 @@ namespace BTCPayServer.Plugins.FixedFloat
|
||||
{
|
||||
public class NFCPlugin : BaseBTCPayServerPlugin
|
||||
{
|
||||
public override string Identifier => "BTCPayServer.Plugins.NFC";
|
||||
public override string Name => "LNURL NFC Support";
|
||||
|
||||
|
||||
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
|
||||
{
|
||||
new() { Identifier = nameof(BTCPayServer), Condition = ">1.7.1.0" }
|
||||
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.7.4" }
|
||||
};
|
||||
|
||||
public override string Description =>
|
||||
"Allows you to support contactless card payments over NFC and LNURL Withdraw!";
|
||||
|
||||
public override void Execute(IServiceCollection applicationBuilder)
|
||||
{
|
||||
applicationBuilder.AddSingleton<IUIExtension>(new UIExtension("NFC/CheckoutEnd",
|
||||
|
||||
Reference in New Issue
Block a user