-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
25 lines (23 loc) · 935 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"app_version" : "2.0.3",
"recurly_get_plans_filter" : "builder",
"recurly_annual_plans_filter" : "annual-bxilder",
"plans_onetime" : [
{
"amount": "1000",
"text" : "Custom lapel pin, plus an invitation to an annual dinner with Tyee editors and reporters."
},
{
"amount": "250",
"text" : "You get: custom lapel pin, and the satisfaction of covering the cost of a freelance story."
},
{
"amount": "100",
"text" : "You get: custom Tyee lapel pin, plus the knowledge that your contribution is enough to cover the entry fee for 10 access-to-information."
},
{
"amount": "50",
"text" : "You get: a custom Tyee lapel pin, and a virtual high-five from our newsroom."
}
]
}