Add link to the order id if there is a orderUrl

This commit is contained in:
nicolas.dorier
2022-07-07 21:55:00 +09:00
parent b8d509eb12
commit 35f97a6013
3 changed files with 22 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ namespace BTCPayServer.Models.InvoicingModels
public Dictionary<string, object> AdditionalData { get; set; }
public ReceiptOptions ReceiptOptions { get; set; }
public List<ViewPaymentRequestViewModel.PaymentRequestInvoicePayment> Payments { get; set; }
public string OrderUrl { get; set; }
}
}