mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix ff and bump
This commit is contained in:
@@ -13,7 +13,7 @@ namespace BTCPayServer.Plugins.FixedFloat
|
||||
|
||||
public string? PreferredTargetPaymentMethodId { get; set; }
|
||||
|
||||
public string[] ExplicitMethods { get; set; }
|
||||
public string[]? ExplicitMethods { get; set; }
|
||||
public bool OnlyShowExplicitMethods { get; set; } = false;
|
||||
|
||||
public static Dictionary<string, string> AllowedSendingOptions = new()
|
||||
|
||||
Reference in New Issue
Block a user