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:
Dennis Reimann
2022-05-04 19:40:23 +02:00
committed by Andrew Camilleri
parent f1029fceff
commit 2ae4501de6
13 changed files with 31 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
namespace BTCPayServer.Models.StoreViewModels
{
public class PluginsViewModel
{
}
}