mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
commit
72e3b314f6
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ public function add_my_currency_symbol( $currency_symbol, $currency ) {
|
|||
$array_integrated_address["integrated_address"] = $address;
|
||||
}
|
||||
$message = $this->verify_payment($payment_id, $amount_xmr2, $order);
|
||||
if(!$this->confirmed){
|
||||
if($this->confirmed){
|
||||
$color = "006400";
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Reference in a new issue