mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 15:04:19 +01:00
Make POS and Crowdfund plugins
This commit is contained in:
committed by
Andrew Camilleri
parent
e4542c4ac4
commit
8c6705bccb
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
@@ -71,12 +72,11 @@ namespace BTCPayServer.Components.MainNav
|
||||
vm.Apps = apps.Select(a => new StoreApp
|
||||
{
|
||||
Id = a.Id,
|
||||
IsOwner = a.IsOwner,
|
||||
AppName = a.AppName,
|
||||
AppType = a.AppType,
|
||||
IsOwner = a.IsOwner
|
||||
AppType = Enum.Parse<AppType>(a.AppType)
|
||||
}).ToList();
|
||||
|
||||
|
||||
|
||||
if (PoliciesSettings.Experimental)
|
||||
{
|
||||
// Custodian Accounts
|
||||
|
||||
Reference in New Issue
Block a user