A security incident forced us to restore from a backup taken on 28 August. Orders and payments made in roughly the 24 hours before the restore may not appear in your account yet. We are recovering them.
Contact support if an order or payment of yours is missing.
As a precaution, you will be asked to choose a new password the next time you sign in.
This code uses the QRious library, which is a JavaScript library for generating QR codes. It includes the library in the head section of the HTML file with a script tag, and then adds a text input field and a button to the body section. When the button is clicked, it calls the generateQR function, which creates a new QRious object with the input text value as the value property and the canvas element as the element property. The QR code is then generated and displayed on the canvas.