@using BTCPayServer.Views.Stores @model BTCPayServer.Models.WalletViewModels.UpdatePullPaymentModel @{ var storeId = Context.GetStoreData().Id; ViewData.SetActivePage(StoreNavPages.Create, "Edit Pull Payment", Model.Id); } @section PageHeadContent { } @section PageFootContent { }
@if (!ViewContext.ModelState.IsValid) {
}