Created
September 24, 2013 07:44
-
-
Save randika/6681570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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