Update colors
This commit is contained in:
parent
73f983e2c8
commit
387f653b23
@ -302,11 +302,11 @@ public function add_my_currency_symbol( $currency_symbol, $currency ) {
|
|||||||
$array_integrated_address["integrated_address"] = $address;
|
$array_integrated_address["integrated_address"] = $address;
|
||||||
}
|
}
|
||||||
$message = $this->verify_payment($payment_id, $amount_xmr2, $order);
|
$message = $this->verify_payment($payment_id, $amount_xmr2, $order);
|
||||||
if($this->confirmed){
|
if(!$this->confirmed){
|
||||||
$color = "green";
|
$color = "006400";
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$color = "red";
|
$color = "DC143C";
|
||||||
}
|
}
|
||||||
echo "<h4><font color=$color>".$message."</font></h4>";
|
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'>";
|
echo "<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>";
|
||||||
|
Loading…
Reference in New Issue
Block a user