|
@@ -495,7 +495,7 @@ function __construct(){
|
|
|
'order_id'=>$server_info['order_id'],
|
|
'order_id'=>$server_info['order_id'],
|
|
|
"order_line_item_ids"=>$server_info['order_line_id'],
|
|
"order_line_item_ids"=>$server_info['order_line_id'],
|
|
|
"dimension"=>$server_info['dimension'],
|
|
"dimension"=>$server_info['dimension'],
|
|
|
- "shipping_service_id"=>$server_info['shipping_services'][0]['shipping_service_id'],
|
|
|
|
|
|
|
+ "shipping_service_id"=>$server_info['shipping_services'][0]['id'],
|
|
|
"weight"=>$server_info['weight'],
|
|
"weight"=>$server_info['weight'],
|
|
|
];
|
|
];
|
|
|
$queryParams['shop_cipher'] =$shop['shop_cipher'];
|
|
$queryParams['shop_cipher'] =$shop['shop_cipher'];
|