@using BTCPayServer.Services.PaymentRequests @using System.Globalization @model BTCPayServer.Models.PaymentRequestViewModels.UpdatePaymentRequestViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ ViewData.SetActivePageAndTitle(PaymentRequestsNavPages.Create, (string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") + " Payment Request"); } @section PageHeadContent { } @section PageFootContent { } @ViewData["Title"] @if (string.IsNullOrEmpty(Model.Id)) { } else { } Receive updates for this payment request. Request Details Custom Appearance Save @if (!string.IsNullOrEmpty(Model.Id)) { View Invoices Clone @if (!Model.Archived) { Archive } else { Unarchive } } Back to list
Receive updates for this payment request.