btcpayserver/BTCPayServer/Models/InvoicingModels
Wouter Samaey 15be593bbd
Save paymentRequestId in Metadata when creating invoice for Payment Request (#2644)
* Save paymentRequestId in Metadata when creating invoice

* Added Payment Request ID + link on invoice detail page

* Added paymentRequestId to the webhook payload

* Removed PaymentRequestId from webhook payload (rolled back previous change)

* Using strongly typed InvoiceMetadata

* Added OrderUrl metadata field to invoice + link

* Added Metadata.OrderUrl to docs

* Made orderUrl visible when no orderId is present
2021-07-14 20:43:13 +09:00
..
CreateInvoiceModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceDetailsModel.cs Save paymentRequestId in Metadata when creating invoice for Payment Request (#2644) 2021-07-14 20:43:13 +09:00
InvoicesModel.cs fix invoice exception status not displaying in list 2020-10-08 08:42:45 +02:00
PaymentModel.cs Properly counting transactions that impact NetworkFee 2021-07-06 21:20:13 +02:00
RefundModel.cs Add custom refund option 2020-09-02 11:24:18 +02:00
UpdateCustomerModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00