my bad...
This commit is contained in:
cryptochangements34 2017-08-19 11:13:13 -05:00 committed by GitHub
parent 387f653b23
commit d5d1439645
1 changed files with 1 additions and 1 deletions

View File

@ -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{