mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Greenfield: Add update store API (#1495)
* Greenfield: Add update store API * update update store model * change greenfield controller name to stop conflict
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public class StoreData
|
||||
public class StoreData: StoreBaseData
|
||||
{
|
||||
/// <summary>
|
||||
/// the id of the store
|
||||
/// </summary>
|
||||
public string Id { get; set; }
|
||||
/// <summary>
|
||||
/// the name of the store
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user