Skip to content

Instantly share code, notes, and snippets.

@selwin
Created July 9, 2013 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selwin/5954822 to your computer and use it in GitHub Desktop.
Save selwin/5954822 to your computer and use it in GitHub Desktop.
{
"token": "abc",
"user_email": "customer@stamps.co.id",
"store": 32,
"invoice_number": "abc123456",
"total_value": 50000,
"subtotal": 40000,
"discount": 0,
"service_charge": 5000,
"tax": 5000,
"items": [
{
"product_name": "Cappucino",
"quantity": 2,
"price": 10000
},
{
"product_name": "Iced Tea",
"quantity": 4,
"price": 5000
}
],
"extra": {
"customer_name": "Alice",
"rider_name": "Bob",
"rider_phone": "081111123",
"merchant_name": "Kopitiam @ Grand Indonesia"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment