Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orderId missing in INAPP_PURCHASE_DATA JSON field (in V3) for Subscriptions (app published to alpha) #210

Open
GoogleCodeExporter opened this issue Mar 28, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

STEPS TO REPRODUCE:
1. Publish app to alpha  
2. Publish subscription products for the app
3. Purchase a subscription using IabHelper from sample code

EXPECTED OUTPUT:
Google Wallet Merchant Order Number should be returned as the value of the 
orderId field of INAPP_PURCHASE_DATA JSON field (in V3) for Subscriptions

Referenced documentation:
http://developer.android.com/google/play/billing/billing_subscriptions.html

If it is a test order, fake order id should be returned

ACTUAL OUTPUT:
Purchase is successful but orderId field is completely missing from the JSON 
output

JSON output is of the format:

{"packageName":"<package name>","productId":"<product 
id>","purchaseTime":<purchase 
time>,"purchaseState":0,"purchaseToken":"<purchase token>","autoRenewing":true}


DEVICE:
Reproduced on Samsung S3


Original issue reported on code.google.com by [email protected] on 25 Apr 2015 at 3:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant