From d5d14396458304748b3cf6beb9fbca1b0519cf92 Mon Sep 17 00:00:00 2001 From: cryptochangements34 Date: Sat, 19 Aug 2017 11:13:13 -0500 Subject: [PATCH] Fix typo my bad... --- monero/include/monero_payments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index cff05fa..eaf61ec 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -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{