mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
GreenField: Prep store for more data
refactored things around a bit to make it cleaner for when we add more properties to the store model
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public class CreateStoreRequest
|
||||
public class CreateStoreRequest:StoreBaseData
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user