duccong / marketbilling

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

Bug on line 564 in IabHelper (need to use moreSubsSkus instead of moreItemSkus) #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:

                    r = querySkuDetails(ITEM_TYPE_SUBS, inv, moreItemSkus);

EXPECTED OUTPUT:

                    r = querySkuDetails(ITEM_TYPE_SUBS, inv, moreSubsSkus);

ACTUAL OUTPUT:

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:

MARKET/MYAPPS VERSION:

DEVICE:

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

NOTES:

Original issue reported on code.google.com by siddhoob...@gmail.com on 4 Jun 2013 at 5:16