btcpayserver/BTCPayServer/Services/Invoices
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
..
Export Make sure to only select accounted payments where we should (#2523) 2021-05-14 16:16:19 +09:00
InvoiceEntity.cs Public Invoice receipt (#3612) 2022-07-06 21:14:55 +09:00
InvoiceExtensions.cs Make LNURL enabled when only method (#3930) 2022-07-06 22:09:05 +09:00
InvoiceRepository.cs Add refund badge to invoice lists (#3918) 2022-07-01 13:26:00 +09:00
PaymentMethodDictionary.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
PaymentMethodHandlerDictionary.cs Fix exception in CreateInvoice if a payment method is not supported 2019-06-07 00:45:10 +09:00
PaymentService.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
PosAppData.cs Dashboard: Add Point Of Sale data (#3897) 2022-06-28 14:05:02 +09:00