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
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Apr 2015 at 3:56The text was updated successfully, but these errors were encountered: