This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
stripe-fixtures-full.json
232 lines (232 loc) · 9.69 KB
/
stripe-fixtures-full.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"_meta": {
"template_version": 0
},
"fixtures": [
{
"name": "barebones_pulaski",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Barebones Pulaski",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/barebones_pulaski5.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/barebones_pulaski4.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/barebones_pulaski3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/barebones_pulaski2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/barebones_pulaski1.jpg"
],
"description": "Pay homage to intrepid forest ranger Ed Pulaski when you wield the Barebones Pulaski axe, which has a hand-sharpened blade and an ergonomic beech handle that takes the chore out of chopping wood."
}
},
{
"name": "barebones_pulaski_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 11500,
"currency": "usd",
"product": "${barebones_pulaski:id}"
}
},
{
"name": "helinox_chair_zero",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Helinox Chair Zero",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/helinox_zero5.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/helinox_zero4.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/helinox_zero3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/helinox_zero2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/helinox_zero1.jpg"
],
"description": "The Chair Zero is a light, comfortable, four-legged camp chair that packs down to the width of a standard 32 oz. water bottle and weighs a single pound."
}
},
{
"name": "helinox_chair_zero_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 12000,
"currency": "usd",
"product": "${helinox_chair_zero:id}"
}
},
{
"name": "smartwool_hiking_socks",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Smartwool Hiking Socks",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/smartwool.jpg"
],
"description": "These no-itch merino wool Smartwool hiking socks maintain softness and shape through seasons of wear and washing."
}
},
{
"name": "smartwool_hiking_socks_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 2500,
"currency": "usd",
"product": "${smartwool_hiking_socks:id}"
}
},
{
"name": "patagonia_micro_puff",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Patagonia Micro Puff",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/micro_puff3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/micro_puff2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/micro_puff1.jpg"
],
"description": "When the snow is swirling like cherry blossoms in spring, slip into the Patagonia Micro Puff insulated jacket, which features lightweight PlumaFill insulation that maintains its warmth when wet."
}
},
{
"name": "patagonia_micro_puff_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 25000,
"currency": "usd",
"product": "${patagonia_micro_puff:id}"
}
},
{
"name": "topo_designs_mountain_plaid_shirt",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Topo Designs Mountain Plaid Shirt",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/topo_mountain_plaid3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/topo_mountain_plaid2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/topo_mountain_plaid1.jpg"
],
"description": "The men's Topo Designs Mountain Plaid shirt is a classic do-it-all midweight flannel button-down that is just as at home on the trail as it is in town."
}
},
{
"name": "topo_designs_mountain_plaid_shirt_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 9000,
"currency": "usd",
"product": "${topo_designs_mountain_plaid_shirt:id}"
}
},
{
"name": "patagonia_nine_trails_28_l",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Patagonia Nine Trails 28L",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/patagonia_nine_trails4.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/patagonia_nine_trails3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/patagonia_nine_trails2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/patagonia_nine_trails1.jpg"
],
"description": "If you can open up a trail guide, you can open the Patagonia Nine Trails 28L pack. Its U-shaped main zipper opens wide so you can get to your gear quickly without unstuffing everything inside."
}
},
{
"name": "patagonia_nine_trails_28_l_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 16000,
"currency": "usd",
"product": "${patagonia_nine_trails_28_l:id}"
}
},
{
"name": "msr_hubba_hubba_nx_2",
"path": "/v1/products",
"method": "post",
"params": {
"name": "MSR Hubba Hubba NX 2",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/msr_hubba_hubba5.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/msr_hubba_hubba4.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/msr_hubba_hubba3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/msr_hubba_hubba2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/msr_hubba_hubba1.jpg"
],
"description": "The updated MSR Hubba Hubba NX 2 Tent is a sturdy, roomy home base for you and a pal—2- or 4-legged—to enjoy the outdoors, whether you're car camping or trekking through the backcountry."
}
},
{
"name": "msr_hubba_hubba_nx_2_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 45000,
"currency": "usd",
"product": "${msr_hubba_hubba_nx_2:id}"
}
},
{
"name": "osprey_aether_pro_70",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Osprey Aether Pro 70",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/osprey_aether_pro1.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/osprey_aether_pro3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/osprey_aether_pro4.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/osprey_aether_pro2.jpg"
],
"description": "If you speak the language of Type II fun—alpine climbs with remote basecamps, or ambitious thru-hikes where the only trail is the one you make—the Osprey Aether Pro 70 pack is for you."
}
},
{
"name": "osprey_aether_pro_70_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 37500,
"currency": "usd",
"product": "${osprey_aether_pro_70:id}"
}
},
{
"name": "altra_lone_peak_4_mid",
"path": "/v1/products",
"method": "post",
"params": {
"name": "Altra Lone Peak 4 Mid",
"images": [
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/altra_lone_peak_4_mid6.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/altra_lone_peak_4_mid5.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/altra_lone_peak_4_mid4.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/altra_lone_peak_4_mid3.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/altra_lone_peak_4_mid2.jpg",
"https://raw.githubusercontent.com/brxck/gatsby-starter-stripe/master/images/altra_lone_peak_4_mid1.jpg"
],
"description": "With waterproof, breathable eVent® uppers to seal out rain, snow and mud, the men's Altra Lone Peak 4 Mid RSM hiking shoes are built for hiking, backpacking and thru-hiking in cold, wet weather."
}
},
{
"name": "altra_lone_peak_4_mid_price",
"path": "/v1/prices",
"method": "post",
"params": {
"unit_amount": 16000,
"currency": "usd",
"product": "${altra_lone_peak_4_mid:id}"
}
}
]
}