btcpayserver/BTCPayServer/Models/StoreViewModels/PluginsViewModel.cs
Dennis Reimann 2ae4501de6 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.
2022-05-12 13:32:40 +02:00

7 lines
96 B
C#

namespace BTCPayServer.Models.StoreViewModels
{
public class PluginsViewModel
{
}
}