btcpayserver/BTCPayServer/Services
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
..
Altcoins BTCPay Server Extensions (#1925) 2020-10-15 21:28:09 +09:00
Apps App: Light PoS on top of the existing PoS (#1909) 2020-09-21 08:06:31 +02:00
Fees Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Invoices Fix LN invoices (#1955) 2020-10-17 08:57:21 +02:00
Labels Add more labels (payment requests, apps, better payout label) 2020-09-17 16:39:55 +02:00
Mails Do not show password in clear text in email configuration (Fix #1790) 2020-10-05 17:57:50 +09:00
Notifications BTCPay Server Extensions (#1925) 2020-10-15 21:28:09 +09:00
PaymentRequests Run dotnet format 2020-06-28 17:55:27 +09:00
Shopify Mark Shopify orders paid on invoice payment confirmed 2020-10-05 16:23:21 -05:00
Stores Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Wallets Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BTCPayNetworkJsonSerializerSettings.cs Remove the concept of unfiltered networks 2020-07-30 11:36:02 +09:00
BTCPayServerEnvironment.cs Set roles when authenticating via greenfield 2020-09-08 11:22:32 +02:00
DelayedTransactionBroadcaster.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DynamicDnsSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IBackgroundJobClient.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
LanguageService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
LightningClientFactoryService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
LightningConfigurationProvider.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
MigrationSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
NBXSyncSummaryProvider.cs Add Bitcoin Only Build 2020-07-28 22:48:51 +02:00
PayjoinClient.cs Use base65 instead of hex for BIP78 (#1985) 2020-10-14 12:01:21 +02:00
PoliciesSettings.cs Adding checkbox for check new version policy 2020-08-03 03:17:04 -05:00
Safe.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SettingsRepository.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SocketFactory.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Socks5HttpClientHandler.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
ThemesSettings.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Torrc.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TorServices.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletRepository.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00