mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
* 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`) |
||
---|---|---|
.. | ||
Bitcoin | ||
Coinswitch | ||
Lightning | ||
PayJoin | ||
IPaymentFilter.cs | ||
IPaymentMethodDetails.cs | ||
IPaymentMethodHandler.cs | ||
ISupportedPaymentMethod.cs | ||
PaymentMethodExtensions.cs | ||
PaymentMethodId.cs | ||
PaymentMethodUnavailableException.cs | ||
PaymentTypes.Bitcoin.cs | ||
PaymentTypes.cs | ||
PaymentTypes.Lightning.cs |