Merge pull request #24 from cryptochangements34/master

Fix typo
This commit is contained in:
serhack 2017-08-19 18:57:44 +02:00 committed by GitHub
commit 72e3b314f6

View file

@ -302,7 +302,7 @@ 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 = "006400"; $color = "006400";
} }
else{ else{