mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-04 21:40:43 +00:00
Increased quality of QR Code
This commit is contained in:
parent
d6a06a999b
commit
5608ed2aee
@ -77,7 +77,7 @@ function its_wpf_qrcode_catch()
|
||||
ob_clean(); //Clean the output buffer before printing out image
|
||||
require_once('libs/phpqrcode.php');
|
||||
header('Content-Type: image/png');
|
||||
QRcode::png($qrcode_string);
|
||||
QRcode::png($qrcode_string,false,QR_ECLEVEL_H);
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user