Skip to content

Instantly share code, notes, and snippets.

@randika
Created September 24, 2013 07:44
Show Gist options
  • Select an option

  • Save randika/6681570 to your computer and use it in GitHub Desktop.

Select an option

Save randika/6681570 to your computer and use it in GitHub Desktop.
{
"order": {
"id": 337,
"status": "pending",
"created_at": "2013-09-20T11:23:01Z",
"subtotal": 5.0,
"order_type": "delivery",
"restaurant": {
"id": 2,
"name": "Name1"
},
"order_items": [
{
"order_item": {
"id": 953,
"product_id": 1,
"product_name": "Chicken Fillet / Sizzler Burger Meal (Small)",
"product_quantity": 1,
"product_price": 1.0
}
},
{
"order_item": {
"id": 954,
"product_id": 1,
"product_name": "Chicken Fillet / Sizzler Burger Meal (Small)",
"product_quantity": 1,
"product_price": 1.0
}
},
{
"order_item": {
"id": 955,
"product_id": 1,
"product_name": "Chicken Fillet / Sizzler Burger Meal (Small)",
"product_quantity": 1,
"product_price": 1.0
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment