@using BTCPayServer.Views.Stores @using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Models.WalletViewModels.UpdatePullPaymentModel @{ ViewData.SetActivePage(StoreNavPages.Create, "Edit Pull Payment", Model.Id); } @section PageHeadContent { } @section PageFootContent { }
@* We are deprecating the custom CSS options in favor of the store branding approach. Display this section only if these values are set. *@ @if (!string.IsNullOrWhiteSpace(Model.CustomCSSLink) || !string.IsNullOrWhiteSpace(Model.EmbeddedCSS)) {

Additional Options

}