@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Views.Stores @model BTCPayServer.Models.WalletViewModels.NewPullPaymentModel @{ ViewData.SetActivePage(StoreNavPages.PullPayments, "New pull payment", Context.GetStoreData().Id); }