@using BTCPayServer.Views.Stores @using BTCPayServer.Client @{ const string cryptoCode = "BTC"; var store = Context.GetStoreData(); } @if (store.IsLightningEnabled(cryptoCode) && store.IsLNUrlEnabled(cryptoCode)) { }