Description
From: https://code.a8c.com/D94727
When I submit a new order request with an invalid purchase_token, I get back a response that looks like this:
{
"code": "no_response_body",
"message": "Server could not read response.",
"data": "{"headers":{},"body":"","response":{"code":500,"message":"Internal Server Error"},"cookies":[],"filename":null,"http_response":{"data":null,"headers":null,"status":null}}",
"additional_data": [
500
]
}
So somehow it's not getting the android_receipt_invalid error...
I have tried to recreate but get:
{
"code": "android_receipt_invalid",
"message": "The receipt provided is invalid",
"data": 400
}
CC @coreymckrill - I don't think this was a direct result of the receipt being invalid, it looks like something else happened along the way that caused this (though probably linked to the receipt being invalid) - what errors were logged when this happened?