mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-19 13:14:21 +01:00
Rewording: Integrations become (store) plugins
We're keeping the `store-integrations-list` extension point name for backwards compatibility, otherwise I renamed all "integration" occurences in the views and also the routes. Note: We still refer to external software like WooCommerce, Drupal, Magento and such as "integrations", I think that distinction makes sense. Closes #3594.
This commit is contained in:
committed by
Andrew Camilleri
parent
f1029fceff
commit
2ae4501de6
@@ -1,13 +0,0 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
6
BTCPayServer/Models/StoreViewModels/PluginsViewModel.cs
Normal file
6
BTCPayServer/Models/StoreViewModels/PluginsViewModel.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace BTCPayServer.Models.StoreViewModels
|
||||
{
|
||||
public class PluginsViewModel
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user