btcpayserver/BTCPayServer/Services/Invoices
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
..
Export Create Metadata property for InvoiceEntity, migrate all data without logic there 2020-08-26 21:36:31 +09:00
InvoiceEntity.cs Fix typo in Invoice method param 2020-09-24 16:25:35 +02:00
InvoiceRepository.cs Fix LN invoices (#1955) 2020-10-17 08:57:21 +02:00
PaymentMethodDictionary.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentMethodHandlerDictionary.cs Fix exception in CreateInvoice if a payment method is not supported 2019-06-07 00:45:10 +09:00