Skip to content

Instantly share code, notes, and snippets.

@amnrzv
Last active March 26, 2018 16:01
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 amnrzv/c8c915e7bc8e87117b13feb30a16316d to your computer and use it in GitHub Desktop.
Save amnrzv/c8c915e7bc8e87117b13feb30a16316d to your computer and use it in GitHub Desktop.
{
"products": [
{
"productId": 1,
"purchaseable": true,
"prices": {
"usd": 1750,
"gbp": 1250
}
},
{
"productId": 2,
"purchaseable": true,
"prices": {
"usd": 1895,
"gbp": 1450
}
},
{
"productId": 3,
"purchaseable": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment