Eymir / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

Querying for subscription sku details will fail for unpurchased Sku's #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1. Look at the code on line 
https://code.google.com/p/marketbilling/source/browse/v3/src/com/example/android
/trivialdrivesample/util/IabHelper.java?r=5f6b7abfd0534acd5bfc7c14436f4500c99e03
58#547
2. it passes moreItemSkus when it should pass moreSubSkus
3.

EXPECTED OUTPUT:

Details of my Sku's

ACTUAL OUTPUT:

Returns null

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:

All

MARKET/MYAPPS VERSION:

All

DEVICE:

All

OUTPUT FROM ADB BUGREPORT ATTACHED:
(Note: The output from "adb bugreport" is required for all bug reports.)

NOTES:

It's pretty obviously just a mistake.

Line 547 is at the moment:
`r = querySkuDetails(ITEM_TYPE_SUBS, inv, moreItemSkus);`

When it should be:
`r = querySkuDetails(ITEM_TYPE_SUBS, inv, moreSubsSkus);`

Original issue reported on code.google.com by p...@novoda.com on 5 Feb 2014 at 1:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Already reported a while back...

Original comment by marko.st...@outfit7.com on 6 Feb 2014 at 3:17