btcpayserver/BTCPayServer/Payments/Lightning
Andrew Camilleri 612a0397a7
Make LNURL enabled when only method (#3930)
* Make LNURL enabled when only method

This fixes the scenario where LNURL for standard invoices are disabled, but the POS Print view only shows LNURL, so the QR code would always error out. The fix is to bypass the setting when lnurl is the only enabled payment method on the invoice

* Make sure not to affect other flows

* fix
2022-07-06 22:09:05 +09:00
..
LightningExtensions.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
LightningLikePaymentData.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
LightningLikePaymentHandler.cs Make LNURL enabled when only method (#3930) 2022-07-06 22:09:05 +09:00
LightningLikePaymentMethodDetails.cs Test LNUrl Pay payment method information, add doc 2022-02-21 13:22:17 +09:00
LightningListener.cs Make LNURL enabled when only method (#3930) 2022-07-06 22:09:05 +09:00
LightningSupportedPaymentMethod.cs Dashboard: Add Lightning balances and services (#3838) 2022-06-14 14:36:22 +09:00