Skip to content

Instantly share code, notes, and snippets.

@jcortesg
Created May 19, 2015 04:30
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 jcortesg/dff853a1d4afaded283a to your computer and use it in GitHub Desktop.
Save jcortesg/dff853a1d4afaded283a to your computer and use it in GitHub Desktop.
Json
"order":{
"Subtotal": 0000,
"Shipping": 000,
"Taxes": 0,//porcentaje
"TaxesValue": 000
"Payment": 000
}
@juandazapata
Copy link

{
  "order": {
    "per_item": 32900,
    "total_items": 2,
    "subtotal": 65800,
    "shipping": 3000,
    "taxes": {
      "percent": 8.75,
      "value": 5757,
    },
    "discount": {
      "code": "UBER",
      "type": "flat",
      "total": 2000,
      "discounted": 2000
    },
    "due": 63800
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment