fix ff and bump

This commit is contained in:
Kukks
2023-08-23 10:28:54 +02:00
parent ed26b33f26
commit 7df1dd3766
2 changed files with 2 additions and 2 deletions

View File

@@ -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()