mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BTCPayServer.Plugins.SideShift
|
||||
{
|
||||
public class SideShiftSettings
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public decimal AmountMarkupPercentage { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user