dever hace 6 años
padre
commit
2610b44acb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);