@using BTCPayServer.Services.PaymentRequests @using System.Globalization @model BTCPayServer.Models.PaymentRequestViewModels.UpdatePaymentRequestViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ ViewData["Title"] = (string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") + " Payment Request"; }

@ViewData["Title"]


@if (TempData.HasStatusMessage()) {
}
*
*
*
@if (string.IsNullOrEmpty(Model.Id)) { } else { }
@if (!string.IsNullOrEmpty(Model.Id)) { View Invoices Clone } Back to list
@section Scripts { }