From 49b6ff645e7744d8217149177bfc55eeca23b55f Mon Sep 17 00:00:00 2001 From: serhack Date: Wed, 26 Jul 2017 16:13:31 +0200 Subject: [PATCH] Update monero_payments.php --- monero/include/monero_payments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 27c97b5..1c689e9 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -207,8 +207,8 @@ class Monero_Gateway extends WC_Payment_Gateway $address = $this->address; $payment_id = bin2hex(openssl_random_pseudo_bytes(8)); $uri = "monero:$address?amount=$amount?payment_id=$payment_id"; - $array_integrated_address = $this->monero_daemon->make_integrated_address($payment_id); - + //$array_integrated_address = $this->monero_daemon->make_integrated_address($payment_id); +$array_integrated_address = ""; // Generate a QR code echo "";