Guest User

Untitled

a guest
Aug 6th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.         $postData['session'] = $sessionID;
  2.         $postData['packages'] = array(
  3.             'package1' => array(
  4.                 'weight' => 20,
  5.                 'length' => 20,
  6.                 'width' => 20,
  7.                 'height' => 20,
  8.                 'unsortableShape' => 0
  9.             )
  10.         );
Advertisement
Add Comment
Please, Sign In to add comment