Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.70 KB | None | 0 0
  1. array(9) {
  2.   ["action"]=>
  3.   string(20) "order\shipping_price"
  4.   ["items"]=>
  5.   array(3) {
  6.     ["id"]=>
  7.     array(1) {
  8.       [0]=>
  9.       string(8) "SP3202KB"
  10.     }
  11.     ["quantity"]=>
  12.     array(1) {
  13.       [0]=>
  14.       int(1)
  15.     }
  16.     ["rma_id"]=>
  17.     string(0) ""
  18.   }
  19.   ["address"]=>
  20.   string(5) "quan7"
  21.   ["state"]=>
  22.   string(7) "Can Tho"
  23.   ["city"]=>
  24.   string(3) "HCM"
  25.   ["country"]=>
  26.   string(8) "Viet Nam"
  27.   ["zip_code"]=>
  28.   string(5) "72000"
  29.   ["ship_via"]=>
  30.   array(5) {
  31.     [0]=>
  32.     string(2) "cf"
  33.     [1]=>
  34.     string(3) "dhl"
  35.     [2]=>
  36.     string(4) "flat"
  37.     [3]=>
  38.     string(7) "service"
  39.     [4]=>
  40.     string(3) "tnt"
  41.   }
  42.   ["payment_type"]=>
  43.   string(6) "C.O.D."
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement