btcpayserver/BTCPayServer/Payments/Bitcoin
Nicolas Dorier 22435a2bf5
Refactor logic for calculating due amount of invoices (#5174)
* Refactor logic for calculating due amount of invoices

* Remove Money type from the accounting

* Fix tests

* Fix a corner case

* fix bug

* Rename PaymentCurrency to Currency

* Fix bug

* Rename PaymentCurrency -> Currency

* Payment objects should have access to the InvoiceEntity

* Set Currency USD in tests

* Simplify some code

* Remove useless code

* Simplify code, kukks comment
2023-07-19 18:47:32 +09:00
..
BitcoinLikeOnChainPaymentMethod.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
BitcoinLikePaymentData.cs Refactor: Dot not make LNURLPaymentMethodDetails depends on BTCPayInvoiceId (#4864) 2023-04-10 16:38:49 +09:00
BitcoinLikePaymentHandler.cs Refactor logic for calculating due amount of invoices (#5174) 2023-07-19 18:47:32 +09:00
NBXplorerListener.cs Do not generate new address when a new payment is detected (#4984) 2023-05-18 16:53:01 +09:00