I actually fixed it. File: CsWapgScript.php
In Line 139
'<img class="qr-code" src="https://chart.googleapis.com/chart?chs=225x225&cht=qr&chl='+(res.coinName).trim()+':'+(res.coinAddress).trim()+'?amount='+res.totalCoin+'"/>'+
It was: ?amount:
But it has to be: ?amount=
Colon must be replaced by an equal sign.
-
This reply was modified 3 years, 5 months ago by meiermann99.