Files
btcpayserver/BTCPayServer/Views
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
..
2020-10-13 09:58:46 +02:00
2020-10-13 09:51:28 +02:00
2020-10-17 08:57:21 +02:00
2020-10-13 09:58:46 +02:00
2018-09-08 14:53:41 +09:00
2020-10-13 09:58:46 +02:00
2020-10-15 21:28:09 +09:00
2020-10-15 21:28:09 +09:00
2020-08-27 17:31:33 +09:00
2017-09-13 15:55:16 +09:00