codecombat/spec/fixtures/sub-test-08.json
Scott Erickson 23e3821e24 Switch from jasmine-node to jasmine, run server tests on a single process
This collapses the difference between master and single-process-server-tests, to
remove some larger fixtures files that were in that feature branch.
2015-12-09 14:27:10 -08:00

188 lines
No EOL
5.7 KiB
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers",
"status": 200,
"response": {
"id": "cus_7VDMimrBc0mZ90",
"alipay_accounts": {
"has_more": false
},
"email": "user107@me.com",
"metadata": {
"id": "0000000000000000000186a9"
},
"sources": {
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers/cus_7VDMimrBc0mZ90",
"status": 200,
"response": {
"id": "cus_7VDMimrBc0mZ90",
"alipay_accounts": {
"has_more": false
},
"email": "user107@me.com",
"metadata": {
"id": "0000000000000000000186a9"
},
"sources": {
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers/cus_7VDMimrBc0mZ90/subscriptions",
"status": 200,
"response": {
"id": "sub_7VDMdpg82cq4wP",
"cancel_at_period_end": false,
"current_period_end": 1452365101,
"current_period_start": 1449686701,
"customer": "cus_7VDMimrBc0mZ90",
"discount": {
"coupon": {
"id": "free"
},
"customer": "cus_7VDMimrBc0mZ90",
"subscription": "sub_7VDMdpg82cq4wP"
},
"metadata": {
"id": "0000000000000000000186a9"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers/cus_7VDMimrBc0mZ90",
"status": 200,
"response": {
"id": "cus_7VDMimrBc0mZ90",
"alipay_accounts": {
"has_more": false
},
"email": "user107@me.com",
"metadata": {
"id": "0000000000000000000186a9"
},
"sources": {
"has_more": false
},
"subscriptions": {
"data": [
{
"id": "sub_7VDMdpg82cq4wP",
"cancel_at_period_end": false,
"current_period_end": 1452365101,
"current_period_start": 1449686701,
"customer": "cus_7VDMimrBc0mZ90",
"discount": {
"coupon": {
"id": "free"
},
"customer": "cus_7VDMimrBc0mZ90",
"subscription": "sub_7VDMdpg82cq4wP"
},
"metadata": {
"id": "0000000000000000000186a9"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
],
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers",
"status": 200,
"response": {
"id": "cus_7VDMALAaCBewXK",
"alipay_accounts": {
"has_more": false
},
"email": "user108@me.com",
"metadata": {
"id": "0000000000000000000186aa"
},
"sources": {
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers/cus_7VDMimrBc0mZ90",
"status": 200,
"response": {
"id": "cus_7VDMimrBc0mZ90",
"alipay_accounts": {
"has_more": false
},
"email": "user107@me.com",
"metadata": {
"id": "0000000000000000000186a9"
},
"sources": {
"has_more": false
},
"subscriptions": {
"data": [
{
"id": "sub_7VDMdpg82cq4wP",
"cancel_at_period_end": false,
"current_period_end": 1452365101,
"current_period_start": 1449686701,
"customer": "cus_7VDMimrBc0mZ90",
"discount": {
"coupon": {
"id": "free"
},
"customer": "cus_7VDMimrBc0mZ90",
"subscription": "sub_7VDMdpg82cq4wP"
},
"metadata": {
"id": "0000000000000000000186a9"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
],
"has_more": false
}
}
}
]