codecombat/spec/fixtures/sub-test-12.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

24 lines
No EOL
580 B
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers",
"status": 200,
"response": {
"id": "cus_7VDMGD6KRcGwXR",
"alipay_accounts": {
"has_more": false
},
"email": "user113@me.com",
"metadata": {
"id": "0000000000000000000186af"
},
"sources": {
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
}
]