|
@@ -221,7 +221,7 @@ function __construct(){
|
|
|
{
|
|
{
|
|
|
$line_items[] = [
|
|
$line_items[] = [
|
|
|
"id"=>$v["id"],
|
|
"id"=>$v["id"],
|
|
|
- "package_id"=>$v['package_id'],
|
|
|
|
|
|
|
+ "package_id"=>empty($v['package_id'])?0:$v['package_id'],
|
|
|
'product_id'=>$v['product_id']
|
|
'product_id'=>$v['product_id']
|
|
|
];
|
|
];
|
|
|
if(isset($lpsq[$v['seller_sku']]))
|
|
if(isset($lpsq[$v['seller_sku']]))
|