Update colors

This commit is contained in:
cryptochangements34 2017-08-19 10:57:08 -05:00 committed by GitHub
parent 73f983e2c8
commit 387f653b23
1 changed files with 3 additions and 3 deletions

View File

@ -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 "<h4><font color=$color>".$message."</font></h4>";
echo "<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>";