codecombat/spec/fixtures/db-prepaid-purchase-term-sub-test-4.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

15 lines
No EOL
341 B
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/tokens",
"status": 200,
"response": {
"id": "tok_17GCVaKaReE7xLUdfcArqe1K",
"card": {
"id": "card_17GCVaKaReE7xLUdQXuE34GK"
},
"type": "card"
}
}
]