From 7d85f6c836c621b83057f6c70b0c162a2e630765 Mon Sep 17 00:00:00 2001 From: serhack Date: Wed, 26 Jul 2017 18:47:25 +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 1c689e9..27c97b5 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 = ""; + $array_integrated_address = $this->monero_daemon->make_integrated_address($payment_id); + // Generate a QR code echo "";