From 387f653b23462cfbfa58feed4693ee8c07b56883 Mon Sep 17 00:00:00 2001 From: cryptochangements34 Date: Sat, 19 Aug 2017 10:57:08 -0500 Subject: [PATCH] Update colors --- monero/include/monero_payments.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "";