btcpayserver/BTCPayServer/Payments/PayJoin
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
..
Sender
PayJoinEndpointController.cs Refactor logic for calculating due amount of invoices (#5174) 2023-07-19 18:47:32 +09:00
PayJoinExtensions.cs Payjoin label fixes (#3986) 2022-07-23 20:26:13 +09:00
PayjoinReceiverContext.cs Fix: PayjoinController could throw HTTP 500 of a few corner cases (#4215) 2022-10-20 11:19:48 +09:00
PayJoinRepository.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00