mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
23e3821e24
This collapses the difference between master and single-process-server-tests, to remove some larger fixtures files that were in that feature branch.
24 lines
No EOL
580 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
] |