mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
5de93f8cc4
* Decouple Shopify from Store * Decouple shopify from store blob * Update BTCPayServer.Tests.csproj * Make sure shopify obj is set * make shopify a system plugin
14 lines
260 B
C#
14 lines
260 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using static BTCPayServer.Data.StoreBlob;
|
|
|
|
namespace BTCPayServer.Models.StoreViewModels
|
|
{
|
|
public class IntegrationsViewModel
|
|
{
|
|
}
|
|
}
|