diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 03bf4d7..c2d8654 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -191,9 +191,7 @@ class Monero_Gateway extends WC_Payment_Gateway $payment_id = bin2hex(openssl_random_pseudo_bytes(32)); $uri = "monero:$address?amount=$amount?payment_id=$payment_id"; // Generate a QR code - echo " - - "; + echo ""; echo "
@@ -210,7 +208,7 @@ class Monero_Gateway extends WC_Payment_Gateway
Send " . $amount_xmr2 . " XMR to
or scan QR Code with your mobile device

- If you don't know how to pay with monero, click instructions button.