diff --git a/modules/monero/controllers/front/payment.php b/modules/monero/controllers/front/payment.php index 66f125c..c5d4ee5 100644 --- a/modules/monero/controllers/front/payment.php +++ b/modules/monero/controllers/front/payment.php @@ -19,7 +19,7 @@ public function initContent() { $amount = $this->changeto($total, $c); $actual = $this->retriveprice($c); $payment_id = $this->set_paymentid_cookie(); - $uri = "monero:$address?amount=$amount?payment_id=$payment_id"; + $uri = "monero:$address?tx_amount=$amount?tx_payment_id=$payment_id"; $status = "Awaiting Confirmation..."; $address = Configuration::get('MONERO_ADDRESS');