@using BTCPayServer.Abstractions.Extensions @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Abstractions.Contracts @model BTCPayServer.Plugins.LSP.LSPSettings @inject IScopeProvider ScopeProvider @{ var storeId = ScopeProvider.GetCurrentStoreId(); Layout = "../Shared/_NavLayout.cshtml"; ViewData["NavPartialName"] = "../UIStores/_Nav"; ViewData.SetActivePage("LSP", "Update Store LSP Settings", null); }

@ViewData["Title"]

@if (this.ViewContext.ModelState.IsValid && Model.Enabled) { Purchase page }
@section PageFootContent { }