mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-19 05:54:31 +01:00
* Set lightning invoice fallback in QR code as uppercase On the lightning payment view the invoice is encoded as uppercase inside the QR code; however this is not true for the on-chain payment QR code if the invoice is set as fallback option. This commit sets the fallback invoice as uppercase inside the QR code. * Adds test case for uppercase fallback lightning invoice * Apply suggestions from rockstar's review Co-authored-by: Kukks <evilkukka@gmail.com>