Skip to content

Commit

Permalink
Update payment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
serhack authored Nov 20, 2017
1 parent 7d7dfc8 commit 6886d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/monero/controllers/front/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6886d55

Please sign in to comment.