dever 6 năm trước cách đây
mục cha
commit
688c30b97e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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));
 		$info = $db->one(array('order_id' => $order_id));
 		if ($info) {
 		if ($info) {
-			return $this->createOrder();
+			return $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
 		} else {
 		} else {
 			$add['status'] = 1;
 			$add['status'] = 1;
 			$add['uid'] = $uid;
 			$add['uid'] = $uid;