mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update class-monero-gateway.php
This commit is contained in:
parent
2e6ec376a2
commit
9f0a8581e6
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
|||
}
|
||||
|
||||
$amount_formatted = self::format_monero($amount_due);
|
||||
$qrcode_uri = 'monero:'.$integrated_address.'?tx_amount='.$amount_formatted.'&tx_payment_id='.$payment_id;
|
||||
$qrcode_uri = 'monero:'.$integrated_addr.'?tx_amount='.$amount_formatted.'&tx_payment_id='.$payment_id;
|
||||
$my_order_url = wc_get_endpoint_url('view-order', $order_id, wc_get_page_permalink('myaccount'));
|
||||
|
||||
$payment_details = array(
|
||||
|
|
Loading…
Reference in a new issue