@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)) {