mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +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`) |
||
---|---|---|
.. | ||
AppInventoryUpdaterHostedService.cs | ||
BackgroundJobSchedulerHostedService.cs | ||
BaseAsyncService.cs | ||
CheckConfigurationHostedService.cs | ||
CssThemeManager.cs | ||
DelayedTransactionBroadcasterHostedService.cs | ||
DynamicDnsHostedService.cs | ||
EventHostedServiceBase.cs | ||
InvoiceNotificationManager.cs | ||
InvoiceWatcher.cs | ||
NBXplorerWaiter.cs | ||
NewVersionCheckerHostedService.cs | ||
PullPaymentHostedService.cs | ||
RatesHostedService.cs | ||
Socks5HttpProxyServer.cs | ||
TorServicesHostedService.cs | ||
TransactionLabelMarkerHostedService.cs | ||
UserEventHostedService.cs | ||
WalletReceiveCacheUpdater.cs |