@using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Plugins.SideShift @inject SideShiftService SideShiftService @inject IScopeProvider ScopeProvider @{ var storeId = ScopeProvider.GetCurrentStoreId(); var settings = await SideShiftService.GetSideShiftForStore(storeId); } @if (!string.IsNullOrEmpty(storeId)) {
  • SideShift Allows your customers to pay with altcoins that are not supported by BTCPay Server. @if (settings?.Enabled is true) { Enabled | Modify } else { Disabled Setup }
  • }