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

@@ -9,7 +9,7 @@
<PropertyGroup>
<Product>FixedFloat</Product>
<Description>Allows you to embed a FixedFloat conversion screen to allow customers to pay with altcoins.</Description>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

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