We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jquery code is ' $('#qrcode_' + response.result.tbOrderNum).qrcode(response.result.tbOrderNum); ' html code is '
The text was updated successfully, but these errors were encountered:
QRErrorCorrectLevel is not defined. I'm looking to define it ...
Sorry, something went wrong.
Same error. Any updates?
I have fix it by searching the var QRErrorCorrectLevel = { then copy it in my script. It's look look like the it not in the global scope of the code.
No branches or pull requests
jquery code is ' $('#qrcode_' + response.result.tbOrderNum).qrcode(response.result.tbOrderNum); '
'html code is '
error is 'QRErrorCorrectLevel is not defined'
The text was updated successfully, but these errors were encountered: