mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
upd sss
This commit is contained in:
@@ -3,11 +3,11 @@ namespace BTCPayServer.Plugins.SideShift
|
||||
public class SideShiftSettings
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public decimal AmountMarkupPercentage { get; set; } = 0;
|
||||
public decimal AmountMarkupPercentage { get; set; }
|
||||
|
||||
public string? PreferredTargetPaymentMethodId { get; set; }
|
||||
public string[] ExplicitMethods { get; set; }
|
||||
public bool OnlyShowExplicitMethods { get; set; } = false;
|
||||
public bool OnlyShowExplicitMethods { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user