btcpayserver/BTCPayServer/Views/Invoice
Andrew Camilleri e3a0fe88c1
Fix LN invoices (#1955)
* Fix LN invoices

This commit adds more to the previous LN fix in the case of a partial payment to an invoice. While it generated a new LN invoice after 1 partial payment was made, there were some new issues uncovered:
* Any other subsequent partial payments was not listened to  and did not generate an invoice ( fixed by listeneing to received payment event and makng sure that the status was already set `to partialPaid`)
* Any other subsequent partial payments caused a DbConcurrency error and did not generate an invoice ( Fixed in `MarkUnassigned`)
2020-10-17 08:57:21 +02:00
..
_ViewImports.cshtml Use enum for invoice status and invoice exception 2018-12-10 21:48:28 +09:00
Checkout-Body.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
Checkout-Spinner.cshtml
Checkout.cshtml Checkout: Overlay improvement and markup fixes (#1968) 2020-10-12 17:52:21 +02:00
CheckoutNoScript.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
CreateInvoice.cshtml fix: remove ipn via email #1241 (#1337) 2020-02-24 21:21:03 +09:00
Invoice.cshtml Fix LN invoices (#1955) 2020-10-17 08:57:21 +02:00
ListInvoices.cshtml Decouple payment type icon from UI 2020-10-08 09:19:50 +02:00
ListInvoicesPaymentsPartial.cshtml add swagger docs 2020-08-26 21:36:31 +09:00
PosData.cshtml Enhance PosData Viewer & add cart to posdata in POS app (#559) 2019-01-26 13:26:49 +09:00
Refund.cshtml Add custom refund option 2020-09-02 11:24:18 +02:00