mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BTCPayServer.Plugins.SideShift
|
||||
{
|
||||
public class UpdateSideShiftSettingsViewModel
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public string StoreName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user