You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Env: Google play store
Validation: Live and sbx (config.test = false)
When i try to validate a receipt, (Live first, then SBX) i got the following error: receipt.data must be a string
Because the receipt.data was parsed in the Live validation step
I just added receipt.data = JSON.stringify(receipt.data) juste before trying sbx validation.
Is there any fix to resolve this issue ?
Thank you
The text was updated successfully, but these errors were encountered:
On Jan 2, 2018, at 04:27, karim safraoui ***@***.***> wrote:
Hi,
Env: Google play store
Validation: Live and sbx (config.test = false)
When i try to validate a receipt, (Live first, then SBX) i got the following error: receipt.data must be a string
Because the receipt.data was parsed in the Live validation step
I just added receipt.data = JSON.stringify(receipt.data) juste before trying sbx validation.
Is there any fix to resolve this issue ?
Thank you
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
Env: Google play store
Validation: Live and sbx (config.test = false)
When i try to validate a receipt, (Live first, then SBX) i got the following error: receipt.data must be a string
Because the receipt.data was parsed in the Live validation step
I just added receipt.data = JSON.stringify(receipt.data) juste before trying sbx validation.
Is there any fix to resolve this issue ?
Thank you
The text was updated successfully, but these errors were encountered: