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:
@@ -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>
|
||||
|
||||
@@ -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