mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -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.
97 lines
No EOL
3.4 KiB
JSON
97 lines
No EOL
3.4 KiB
JSON
[
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "GET",
|
|
"path": "/v1/invoices",
|
|
"status": 200,
|
|
"response": {
|
|
"data": [
|
|
{
|
|
"id": "in_17GCVvKaReE7xLUdPf2zkiYX",
|
|
"customer": "cus_7VCvUEDSyqS8aN",
|
|
"lines": {
|
|
"data": [
|
|
{
|
|
"id": "sub_7VCv1YWFAmGmed",
|
|
"amount": 0,
|
|
"metadata": {
|
|
"id": "0000000000000000000186a1"
|
|
},
|
|
"plan": {
|
|
"id": "basic",
|
|
"amount": 999
|
|
},
|
|
"proration": false,
|
|
"quantity": 1,
|
|
"type": "subscription"
|
|
}
|
|
],
|
|
"has_more": false
|
|
},
|
|
"paid": true,
|
|
"subscription": "sub_7VCv1YWFAmGmed",
|
|
"total": 0
|
|
},
|
|
{
|
|
"id": "in_17GCVpKaReE7xLUdPDEmVDeD",
|
|
"customer": "cus_7VCvUEDSyqS8aN",
|
|
"lines": {
|
|
"data": [
|
|
{
|
|
"id": "sub_7VCvXO37PhGOUY",
|
|
"amount": 999,
|
|
"metadata": {
|
|
"id": "0000000000000000000186a1"
|
|
},
|
|
"plan": {
|
|
"id": "basic",
|
|
"amount": 999
|
|
},
|
|
"proration": false,
|
|
"quantity": 1,
|
|
"type": "subscription"
|
|
}
|
|
],
|
|
"has_more": false
|
|
},
|
|
"paid": true,
|
|
"subscription": "sub_7VCvXO37PhGOUY",
|
|
"total": 999
|
|
}
|
|
],
|
|
"has_more": false
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "GET",
|
|
"path": "/v1/invoices/in_17GCVvKaReE7xLUdPf2zkiYX",
|
|
"status": 200,
|
|
"response": {
|
|
"id": "in_17GCVvKaReE7xLUdPf2zkiYX",
|
|
"customer": "cus_7VCvUEDSyqS8aN",
|
|
"lines": {
|
|
"data": [
|
|
{
|
|
"id": "sub_7VCv1YWFAmGmed",
|
|
"amount": 0,
|
|
"metadata": {
|
|
"id": "0000000000000000000186a1"
|
|
},
|
|
"plan": {
|
|
"id": "basic",
|
|
"amount": 999
|
|
},
|
|
"proration": false,
|
|
"quantity": 1,
|
|
"type": "subscription"
|
|
}
|
|
],
|
|
"has_more": false
|
|
},
|
|
"paid": true,
|
|
"subscription": "sub_7VCv1YWFAmGmed",
|
|
"total": 0
|
|
}
|
|
}
|
|
] |