mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
committed by
Andrew Camilleri
parent
701ba59bd8
commit
16f4ca5fbf
@@ -1103,6 +1103,14 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
await GetController<GreenfieldAppsController>().CreatePointOfSaleApp(storeId, request));
|
||||
}
|
||||
|
||||
public override async Task<PointOfSaleAppData> PutPointOfSaleApp(
|
||||
string appId,
|
||||
CreatePointOfSaleAppRequest request, CancellationToken token = default)
|
||||
{
|
||||
return GetFromActionResult<PointOfSaleAppData>(
|
||||
await GetController<GreenfieldAppsController>().PutPointOfSaleApp(appId, request));
|
||||
}
|
||||
|
||||
public override async Task<AppDataBase> GetApp(string appId, CancellationToken token = default)
|
||||
{
|
||||
return GetFromActionResult<AppDataBase>(
|
||||
|
||||
Reference in New Issue
Block a user