Make POS and Crowdfund plugins

This commit is contained in:
Dennis Reimann
2022-07-18 20:51:53 +02:00
committed by Andrew Camilleri
parent e4542c4ac4
commit 8c6705bccb
35 changed files with 273 additions and 95 deletions

View File

@@ -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