Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.21 KB | None | 0 0
  1. {
  2.   "transaction_details": {
  3.     "additional_notes": "",
  4.     "amount": "198000",
  5.     "cost": "40000",
  6.     "customer_id": "68",
  7.     "discount": "",
  8.     "voucher_code": "",
  9.     "payment_method": "COD"
  10.   },
  11.   "item_details": [
  12.     {
  13.       "candle_number": "0",
  14.       "id": "31",
  15.       "note_on_cake": "",
  16.       "price": "190000",
  17.       "product_name": "TRIPLE CHOCOLATE",
  18.       "qty": "1",
  19.       "size": "20X10",
  20.       "with_candle": "0"
  21.     }
  22.   ],
  23.   "shipping_address": {
  24.     "address": "164B,, Jl. Bima, Wonorejo, Sariharjo, Ngaglik, Kabupaten Sleman, Daerah Istimewa Yogyakarta 55581, Indonesia",
  25.     "city_id": "419",
  26.     "email": "testing@imajiku.com",
  27.     "first_name": "Testing",
  28.     "last_name": "Imajiku",
  29.     "latitude": "-7.738042499999999",
  30.     "longitude": "110.37982421874997",
  31.     "outlet_id": "41",
  32.     "phone": "0274556678",
  33.     "pickup_date": "2018-10-23",
  34.     "pickup_time": "20:00",
  35.     "zip_code": "55232"
  36.   },
  37.   "billing_address": {
  38.     "address": "Jl Bima\n",
  39.     "city_id": "419",
  40.     "email": "testing@imajiku.com",
  41.     "first_name": "Testing",
  42.     "last_name": "Imajiku",
  43.     "latitude": "",
  44.     "longitude": "",
  45.     "phone": "0274556678",
  46.     "zip_code": "55576"
  47.   }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement