codecombat/spec/fixtures/db-sub-redeem-test-1.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

157 lines
No EOL
4.8 KiB
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "GET",
"path": "/v1/customers/cus_7VCvcfu4XzeCbM",
"status": 200,
"response": {
"id": "cus_7VCvcfu4XzeCbM",
"alipay_accounts": {
"has_more": false
},
"email": "normal@jo.com",
"metadata": {
"id": "000000000000000000000088"
},
"sources": {
"data": [
{
"id": "card_17GCVfKaReE7xLUdks8zeqw5",
"customer": "cus_7VCvcfu4XzeCbM"
}
],
"has_more": false
},
"subscriptions": {
"data": [
{
"id": "sub_7VCvEG141oJimL",
"cancel_at_period_end": false,
"current_period_end": 1452363470,
"current_period_start": 1449685070,
"customer": "cus_7VCvcfu4XzeCbM",
"metadata": {
"id": "000000000000000000000088"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
],
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "GET",
"path": "/v1/customers/cus_7VCvcfu4XzeCbM/subscriptions",
"status": 200,
"response": {
"data": [
{
"id": "sub_7VCvEG141oJimL",
"cancel_at_period_end": false,
"current_period_end": 1452363470,
"current_period_start": 1449685070,
"customer": "cus_7VCvcfu4XzeCbM",
"metadata": {
"id": "000000000000000000000088"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
],
"has_more": false
}
},
{
"scope": "https://api.stripe.com:443",
"method": "GET",
"path": "/v1/customers/cus_7VCvcfu4XzeCbM/subscriptions",
"status": 200,
"response": {
"data": [
{
"id": "sub_7VCvEG141oJimL",
"cancel_at_period_end": false,
"current_period_end": 1452363470,
"current_period_start": 1449685070,
"customer": "cus_7VCvcfu4XzeCbM",
"metadata": {
"id": "000000000000000000000088"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
],
"has_more": false
}
},
{
"scope": "https://api.stripe.com:443",
"method": "DELETE",
"path": "/v1/customers/cus_7VCvcfu4XzeCbM/subscriptions/sub_7VCvEG141oJimL",
"status": 200,
"response": {
"id": "sub_7VCvEG141oJimL",
"cancel_at_period_end": false,
"current_period_end": 1452363470,
"current_period_start": 1449685070,
"customer": "cus_7VCvcfu4XzeCbM",
"metadata": {
"id": "000000000000000000000088"
},
"plan": {
"id": "basic",
"amount": 999
},
"quantity": 1
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers/cus_7VCvcfu4XzeCbM",
"status": 200,
"response": {
"id": "cus_7VCvcfu4XzeCbM",
"alipay_accounts": {
"has_more": false
},
"email": "normal@jo.com",
"metadata": {
"id": "000000000000000000000088"
},
"sources": {
"data": [
{
"id": "card_17GCVfKaReE7xLUdks8zeqw5",
"customer": "cus_7VCvcfu4XzeCbM"
}
],
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "GET",
"path": "/v1/customers/cus_7VCvcfu4XzeCbM/subscriptions",
"status": 200,
"response": {
"has_more": false
}
}
]