Skip to content

Instantly share code, notes, and snippets.

@twobitlabs
Created April 15, 2019 17:57
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 twobitlabs/c3cc84673d522632c71c609d6362437c to your computer and use it in GitHub Desktop.
Save twobitlabs/c3cc84673d522632c71c609d6362437c to your computer and use it in GitHub Desktop.
{
"result": {
"subscriptions": [
{
"id": -1,
"header": "1 MONTH",
"bubble": "TRY IT OUT",
"price_detail": "per month",
"price_footnote": "$9.99 billed every month",
"name": "com.letsmend.monthly.1.dev",
"price": "$9.99"
},
{
"id": -2,
"header": "3 MONTHS",
"bubble": "FEEL BETTER - 20% OFF",
"price_detail": "per month",
"price_footnote": "$23.99 billed every 3 months",
"name": "com.letsmend.monthly.3.dev",
"price": "$7.99"
},
{
"id": -3,
"header": "12 MONTHS",
"bubble": "FEEL WHOLE - 50% OFF",
"price_detail": "per month",
"price_footnote": "$59.99 billed every 12 months",
"name": "com.letsmend.monthly.12.dev",
"price": "$4.99"
}
],
"replacements": {
"$9.99": {
"type": "price",
"product": "com.letsmend.monthly.1.dev"
},
"$7.99": {
"type": "price",
"product": "com.letsmend.monthly.3.dev",
"divide_by": 3
},
"$23.99": {
"type": "price",
"product": "com.letsmend.monthly.3.dev"
},
"$4.99": {
"type": "price",
"product": "com.letsmend.monthly.12.dev",
"divide_by": 12
},
"$59.99": {
"type": "price",
"product": "com.letsmend.monthly.12.dev"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment