btcpayserver/BTCPayServer/Payments/LNURLPay
d11n 753ffd401b
BIP21 + LNURL fix (#4616)
In case of the unified invoice, the LNURL wasn't correct — with this change we are simply reusing th one that was issued on invoice creation instead of generating it anew on the fly.

Also fixes missing uppercasing for the QR code in case of non-unified QR.
And removes the `lightning:` scheme from the LNURL that's displayed to the user (unifies it with what we do for Onchain and Lightning)
2023-02-10 11:23:48 +09:00
..
LNURLPayPaymentHandler.cs BIP21 + LNURL fix (#4616) 2023-02-10 11:23:48 +09:00
LNURLPayPaymentMethodDetails.cs Greenfield: Add payment hash and preimage to Lightning invoices (#4520) 2023-01-13 17:29:41 +09:00
LNURLPaySupportedPaymentMethod.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
PaymentTypes.LNURL.cs Refactoring: Extract StringExtensions 2022-03-08 08:17:39 +00:00