我正在尝试使用id_campaign
(ecomm / order-add)发送订单,但是通过放置它会抛出一条错误消息,有人知道
$postData = array(
'email' => $email,
'id' => $order,
'campaign_id'=>'xxxxx',
'shipping'=>$price,
'tax'=> $tax,
'order_date' => date('Y-m-d').'T'.date('G:i:s').'-700',
'items' => $itemsMail,
'store_id'=>"xxxxxx",
'total'=>$subtotal,
);
There is no record with unique id "" in the database
如果我删除广告系列功能的id
正常工作,那么我认为这是我导致错误的ID。