Not able to generate & print QR Code using Google chart Api
-
I want to generate QR Code with Google chart api & want to print that on Invoice (invoice.php)
<img src="https://chart.googleapis.com/chart?chs=125x125&cht=qr&chl=upi://pay?pn=ArunKumar&pa=siradhana@upi&tn=OrderID645&am=250.00&cu=INR&choe=UTF-8&chld=L|0" />
but its generating wrong QR Code, Later on i Found that & symbol is ignored from value of &chal= variable. this is why its ignoring everything after
&chl=upi://pay?pn=ArunKumar
from &chl= variable.
Also,
when i tried to add a text with Indian rupees symbol ( ? ), it is not able to print on invoice and showing a small box rather than currency symbol.
why its not supporting this symbol??
- The topic ‘Not able to generate & print QR Code using Google chart Api’ is closed to new replies.