codecombat/spec/fixtures/db-payment-apple-test-1.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
662 B
JSON

[
{
"scope": "https://sandbox.itunes.apple.com:443",
"method": "POST",
"path": "/verifyReceipt",
"status": 200,
"response": {
"receipt": {
"in_app": [
{
"quantity": "1",
"product_id": "gems_5",
"transaction_id": "1000000131274439"
},
{
"quantity": "1",
"product_id": "gems_10",
"transaction_id": "1000000131283608"
}
]
}
}
}
]