mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
e3a0fe88c1
* 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`) |
||
---|---|---|
.. | ||
_ViewImports.cshtml | ||
Checkout-Body.cshtml | ||
Checkout-Spinner.cshtml | ||
Checkout.cshtml | ||
CheckoutNoScript.cshtml | ||
CreateInvoice.cshtml | ||
Invoice.cshtml | ||
ListInvoices.cshtml | ||
ListInvoicesPaymentsPartial.cshtml | ||
PosData.cshtml | ||
Refund.cshtml |