@using BTCPayServer.Plugins.CoinSwitch @{ var settings = Context.GetStoreData().GetStoreBlob().GetCoinSwitchSettings(); }
  • CoinSwitch Allows your customers to pay with altcoins that are not supported by BTC Pay Server. @if (settings?.IsConfigured() is true && settings?.Enabled is true) { Enabled | Modify } else { Disabled Setup }