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

Additional Options