mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -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
662 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
] |