dever 5 years ago
parent
commit
2610b44acb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Wechat.php

+ 1 - 1
lib/Wechat.php

@@ -41,7 +41,7 @@ class Wechat extends Core
 			return $info;
 		}
 
-		if (!$info) {
+		if (!$info) { 
 			$input = new \WxPayOrderQuery();
 			$input->SetOut_trade_no($order_id);
 			$result = \WxPayApi::orderQuery($this->config, $input);