Created
July 20, 2020 04:46
-
-
Save robertosousa1/693fafb14e682573ae1a046b6ae6c12d 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
{ | |
"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