Skip to content

Commit 147baad

Browse files
committed
Improved QR code readability
1 parent 4ae7c12 commit 147baad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cryptapi/templates/cryptapi/qrcode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
var qrcode = kjua({
2323
render: 'image',
2424
crisp: true,
25-
ecLevel: 'H',
25+
ecLevel: 'Q',
2626
size: 400,
2727
rounded: 50,
2828
text: "{{ payment_uri|safe }}",

0 commit comments

Comments
 (0)