|  | @@ -433,16 +433,16 @@ function __construct(){
 | 
												
													
														
															|  |  			$order_line_item_ids[] = $v['id'];
 |  |  			$order_line_item_ids[] = $v['id'];
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  |  		$post = [
 |  |  		$post = [
 | 
												
													
														
															|  | -			"order_line_item_ids"=>$order_line_item_ids,
 |  | 
 | 
												
													
														
															|  | 
 |  | +			"order_line_item_ids"=>["32132124331234"],
 | 
												
													
														
															|  |  			"weight"=>[
 |  |  			"weight"=>[
 | 
												
													
														
															|  | -				"value"=>"400",
 |  | 
 | 
												
													
														
															|  | 
 |  | +				"value"=>"0.4",
 | 
												
													
														
															|  |      			"unit"=>"GRAM"
 |  |      			"unit"=>"GRAM"
 | 
												
													
														
															|  |  			],
 |  |  			],
 | 
												
													
														
															|  |  			"dimension"=>[
 |  |  			"dimension"=>[
 | 
												
													
														
															|  | -				"length"=> "15",
 |  | 
 | 
												
													
														
															|  | -				"width"=> "10",
 |  | 
 | 
												
													
														
															|  | -				"height"=> "5",
 |  | 
 | 
												
													
														
															|  | -				"unit"=> "CM"
 |  | 
 | 
												
													
														
															|  | 
 |  | +				"length"=> "0.3",
 | 
												
													
														
															|  | 
 |  | +				"width"=> "0.2",
 | 
												
													
														
															|  | 
 |  | +				"height"=> "CM",
 | 
												
													
														
															|  | 
 |  | +				"unit"=> "INCH"
 | 
												
													
														
															|  |  			]
 |  |  			]
 | 
												
													
														
															|  |  		];
 |  |  		];
 | 
												
													
														
															|  |  		var_dump(json_encode($post,JSON_UNESCAPED_UNICODE));
 |  |  		var_dump(json_encode($post,JSON_UNESCAPED_UNICODE));
 |