update ss

This commit is contained in:
Kukks
2023-07-13 09:14:17 +02:00
parent af1bacea6a
commit 0df2fb8907
10 changed files with 262 additions and 81 deletions

View File

@@ -4,5 +4,11 @@ namespace BTCPayServer.Plugins.SideShift
{
public bool Enabled { get; set; }
public decimal AmountMarkupPercentage { get; set; } = 0;
public string? PreferredTargetPaymentMethodId { get; set; }
public string[] ExplicitMethods { get; set; }
public bool OnlyShowExplicitMethods { get; set; } = false;
}
}