btcpayserver/BTCPayServer/Views/Shared/Lightning
d11n 89d294524a
Checkout v2: Clicking QR code copies full payment URI (#5627)
* Checkout v2: Clicking QR code copies full payment URI

Before it copied only the destination value (Bitcoin address or Lightning BOLT11). This didn't include the BOLT11 in case of the unified QR code. Now it will copy the full payment URI, which is the same as the QR represents:

- Unified: `bitcoin:ADDRESS?amount=AMOUNT&lightning=BOLT11`
- Bitcoin: `bitcoin:ADDRESS?amount=AMOUNT`
- Lightning: `lightning:BOLT11`

Fixes #5625.

* Test fix
2024-01-16 08:54:59 +01:00
..
LightningLikeMethodCheckout-v2.cshtml Checkout v2: Clicking QR code copies full payment URI (#5627) 2024-01-16 08:54:59 +01:00
LightningLikeMethodCheckout.cshtml NFC improvements (#5509) 2023-11-30 18:17:23 +09:00
LightningLikeMethodCheckoutNoScript.cshtml LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
ViewLightningLikePaymentData.cshtml Invoice: Improve payment details (#5362) 2023-10-10 12:28:00 +09:00