mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -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.
84 lines
No EOL
2.4 KiB
JSON
84 lines
No EOL
2.4 KiB
JSON
[
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "POST",
|
|
"path": "/v1/tokens",
|
|
"status": 200,
|
|
"response": {
|
|
"id": "tok_17GCVCKaReE7xLUdWbFQacYN",
|
|
"card": {
|
|
"id": "card_17GCVCKaReE7xLUdjoXBJKqC"
|
|
},
|
|
"type": "card"
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "POST",
|
|
"path": "/v1/customers/cus_7VCuzP303kt1eU",
|
|
"status": 402,
|
|
"response": {
|
|
"error": {
|
|
"type": "card_error"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "GET",
|
|
"path": "/v1/charges",
|
|
"status": 200,
|
|
"response": {
|
|
"data": [
|
|
{
|
|
"id": "ch_17GCVBKaReE7xLUduQybm6xT",
|
|
"amount": 499,
|
|
"customer": "cus_7VCuzP303kt1eU",
|
|
"metadata": {
|
|
"productID": "gems_5",
|
|
"gems": "5000",
|
|
"timestamp": "1449685040285"
|
|
},
|
|
"paid": false,
|
|
"refunds": {
|
|
"has_more": false
|
|
},
|
|
"source": {
|
|
"id": "card_17GCV7KaReE7xLUdiPjgEUMd",
|
|
"customer": "cus_7VCuzP303kt1eU"
|
|
}
|
|
},
|
|
{
|
|
"id": "ch_17GCV9KaReE7xLUduvVirhN5",
|
|
"amount": 499,
|
|
"customer": "cus_7VCuzP303kt1eU",
|
|
"metadata": {
|
|
"productID": "gems_5",
|
|
"gems": "5000",
|
|
"timestamp": "1449685037831"
|
|
},
|
|
"paid": false,
|
|
"refunds": {
|
|
"has_more": false
|
|
},
|
|
"source": {
|
|
"id": "card_17GCV7KaReE7xLUdiPjgEUMd",
|
|
"customer": "cus_7VCuzP303kt1eU"
|
|
}
|
|
}
|
|
],
|
|
"has_more": false
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "POST",
|
|
"path": "/v1/charges",
|
|
"status": 402,
|
|
"response": {
|
|
"error": {
|
|
"type": "card_error"
|
|
}
|
|
}
|
|
}
|
|
] |