Thanks, I just installed a new copy and those two issues appear to be resolved and functioning correctly.
However, I am still unable to process a test transaction. There are additional issues. Did you do any test transactions when writing the code for this plugin? When the QR code is scanned the words "Pay to wallet address" appear in front of the address followed by "with memo" and then the memo characters as well.
Obviously this is not a valid recipient address due to the extra characters/words contained within it and will not be entered into the recipient box in my Lobstr app for Android. If I do not use the QR code function and input the address and memo manually the Memo timer never stops and I am unable to submit my order through WooCommerce.
jQuery('#memo_qrcode').qrcode("Pay to wallet address " + wallet_address_random + " with memo "+memo_element.innerHTML);
^ I am unable to figure out how that will produce a valid address and memo when scanned by the QR reader within Lobstr. From what I can tell there is no functionality on the QR and Memo side of things. As a result the shopping cart functionality in WooCommerce is useless, since orders can not be submitted.