Kukks Shopify Enhancement Suite Commit

This commit is contained in:
Kukks
2020-09-18 17:20:31 +02:00
parent 1c510d45f0
commit 0cf9b20328
16 changed files with 509 additions and 266 deletions

View File

@@ -3,12 +3,13 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BTCPayServer.Services.Shopify.Models;
using static BTCPayServer.Data.StoreBlob;
namespace BTCPayServer.Models.StoreViewModels
{
public class IntegrationsViewModel
{
public ShopifyDataHolder Shopify { get; set; }
public ShopifySettings Shopify { get; set; }
}
}