btcpayserver/BTCPayServer/Payments
Umar Bolatov d1ea4e4fa4
Fix bug with top-up invoices when used with "Only enable the payment method after user explicitly chooses it" enabled (#2780)
* Fix bug with top-up invoices when used with "Only enable the payment method after user explicitly chooses it" enabled

* Remove unused "using" directives

* Add "#nullable enable" directive

* check for top-up invoice in LightningLikePaymentHandler
2021-08-23 15:13:26 +09:00
..
Bitcoin Payouts: Detect External OnChain Payouts (#2462) 2021-07-16 09:57:37 +02:00
Lightning Fix bug with top-up invoices when used with "Only enable the payment method after user explicitly chooses it" enabled (#2780) 2021-08-23 15:13:26 +09:00
PayJoin Implement topup invoices (#2730) 2021-08-03 17:03:00 +09:00
IPaymentFilter.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IPaymentMethodDetails.cs Make Invoice Create Faster And Fix Gap Limit Issue (#1843) 2021-04-07 13:08:42 +09:00
IPaymentMethodHandler.cs Ensure that there is no LN/Bitcoin specific logic in the Invoice UI endpoint 2020-11-06 11:09:17 +01:00
ISupportedPaymentMethod.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentMethodExtensions.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PaymentMethodId.cs Use nicer representation of payment methods in the Greenfield API 2020-08-26 21:36:32 +09:00
PaymentMethodUnavailableException.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentTypes.Bitcoin.cs Use PaymentUrlBuilder for ensuring proper formatting of BIP21 addresses (#2723) 2021-07-30 18:47:02 +09:00
PaymentTypes.cs Refactor Get Store Payment Methods 2021-07-26 12:03:11 +02:00
PaymentTypes.Lightning.cs Refactor Get Store Payment Methods 2021-07-26 12:03:11 +02:00