feat: store customer_id in with order
This commit is contained in:
@@ -118,6 +118,8 @@ class OrderCreateService
|
||||
);
|
||||
}
|
||||
|
||||
$orderData['customer_id'] = $ocCustomerId;
|
||||
|
||||
$this->database->insert(db_table('order'), $orderData);
|
||||
$orderId = $this->database->lastInsertId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user