dever 6 년 전
부모
커밋
688c30b97e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -89,7 +89,7 @@ class Core
 		}
 		$info = $db->one(array('order_id' => $order_id));
 		if ($info) {
-			return $this->createOrder();
+			return $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
 		} else {
 			$add['status'] = 1;
 			$add['uid'] = $uid;