Skip to content

Instantly share code, notes, and snippets.

@robertosousa1
Created July 20, 2020 04:46
Show Gist options
  • Save robertosousa1/693fafb14e682573ae1a046b6ae6c12d to your computer and use it in GitHub Desktop.
Save robertosousa1/693fafb14e682573ae1a046b6ae6c12d to your computer and use it in GitHub Desktop.
{
"products": [
{
"id": "1",
"title": "Assinatura Trimestral",
"image_url":
"https://res.cloudinary.com/robertosousa1/image/upload/v1594492578/dio/quarterly_subscription_yjolpc.png",
"price": 150
},
{
"id": "2",
"title": "Assinatura Anual",
"image_url":
"https://res.cloudinary.com/robertosousa1/image/upload/v1594492578/dio/annual_subscription_qyolci.png",
"price": 540
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment