diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index 768745e..b173c41 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -682,6 +682,8 @@ class OrderService implements OrderContract "customer_type" => 101, "contacts_name" => $merchant_user->nickname, "contacts_mobile" => $mobile, + "principal" => $from_merchant_user->nickname, + "decision" => 1, "intention" => 1, "status" => 2 ]);