mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Add link to the order id if there is a orderUrl
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user