diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 3beb527..cff05fa 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -302,11 +302,11 @@ 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){ - $color = "green"; + if(!$this->confirmed){ + $color = "006400"; } else{ - $color = "red"; + $color = "DC143C"; } echo "

".$message."

"; echo "";