Add encoding option in query to google API

This commit is contained in:
Milan
2021-10-17 21:21:54 +03:00
parent c01202bc10
commit 65b17bca59
@@ -61,6 +61,7 @@ class GoogleChartsQrCodeProvider extends BaseHTTPQRCodeProvider
. '?chs=' . $size . 'x' . $size
. '&chld=' . urlencode(strtoupper($this->errorcorrectionlevel) . '|' . $this->margin)
. '&cht=' . 'qr'
. '&choe=' . $this->encoding
. '&chl=' . rawurlencode($qrtext);
}
}