diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index cff05fa..eaf61ec 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -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{