increase QrCode size; remove serial number from blank contract

This commit is contained in:
bilal
2020-06-10 02:55:24 +02:00
parent 2a6305b417
commit ffc93b470b
4 changed files with 16 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ class QrCode
end
end
def to_base64_png(width = 100, height = 100)
def to_base64_png(width = 200, height = 200)
_qr_code.as_png.resize(width, height).to_data_url
end