|
@@ -848,7 +848,7 @@ function __construct(){
|
|
}else{
|
|
}else{
|
|
$post['orderinfo'] = $shop['id'].$v['order_id'];//订单号
|
|
$post['orderinfo'] = $shop['id'].$v['order_id'];//订单号
|
|
}
|
|
}
|
|
- $post['insurance'] = $v['insurance'];//运输保险费用
|
|
|
|
|
|
+ $post['insurance'] = isset($v['insurance'])?$v['insurance']:0;//运输保险费用
|
|
$post['baddress'] = $v['billing_address'];
|
|
$post['baddress'] = $v['billing_address'];
|
|
$post['saddress'] = $v['shipping_address'];
|
|
$post['saddress'] = $v['shipping_address'];
|
|
$post['country'] = $country;//此国家的ID
|
|
$post['country'] = $country;//此国家的ID
|