Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Apr 3, 2024
1 parent 6df8fb8 commit ebc9782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@
if (window.innerWidth > desktop_width || qrcode) {
var qr_interval = setInterval(async () => {
if (window.NanoPay.config.require_alias && !window.NanoPay.config.provided_alias) return
if (window.NanoPay.config.shipping && !window.NanoPay.config.mailing_address) return
if (window.NanoPay.config.shipping && !window.NanoPay.config.mailing_address && !window.NanoPay.config.mailing_address.first_name) return
if (window.NanoPay.config.contact && !window.NanoPay.config.contact_email) return
document.getElementById('nano-pay-qrcode').style.display = "flex"
document.getElementById('nano-pay-qrcode-image').src = rpc_checkout.qrcode
Expand Down

0 comments on commit ebc9782

Please sign in to comment.