|
@@ -299,7 +299,7 @@ class Order extends Core
|
|
$param = array
|
|
$param = array
|
|
(
|
|
(
|
|
'account_id' => $account_id,
|
|
'account_id' => $account_id,
|
|
- 'project_id' => 3,
|
|
|
|
|
|
+ 'project_id' => 1,
|
|
'uid' => $this->data['uid'],
|
|
'uid' => $this->data['uid'],
|
|
'username' => $user['username'],
|
|
'username' => $user['username'],
|
|
'name' => $order_data['name'],
|
|
'name' => $order_data['name'],
|