AlobhaTechnologies / marketbilling

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

getSkuDetails not returning all skus details #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
When I'm asking for sku details and my list have 4 skus 
(com.battleparis.coeurs5, com.battleparis.bertha, com.battleparis.vipere, 
com.battleparis.bouclier) the function returns me only the details of the sku 
com.battleparis.coeurs5.

EXPECTED OUTPUT:
[{"title":[...],"price":[...],"type":"inapp","description":[...],"price_amount_m
icros":[...],"price_currency_code":[...],"productId":"com.battleparis.bertha"}, 
{"title":[...],"price":[...],"type":"inapp","description":[...],"price_amount_mi
cros":[...],"price_currency_code":[...],"productId":"com.battleparis.bouclier"},

{"title":[...],"price":[...],"type":"inapp","description":[...],"price_amount_mi
cros":[...],"price_currency_code":[...],"productId":"com.battleparis.coeurs5"}, 
{"title":[...],"price":[...],"type":"inapp","description":[...],"price_amount_mi
cros":[...],"price_currency_code":[...],"productId":"com.battleparis.vipere"}]

ACTUAL OUTPUT:
[{"title":[...],"price":[...],"type":"inapp","description":[...],"price_amount_m
icros":[...],"price_currency_code":[...],"productId":"com.battleparis.coeurs5"}]

OS VERSION:
4.3

DEVICE:
Samsung gt i9505

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

Original issue reported on code.google.com by wammas...@gmail.com on 24 Jan 2014 at 3:22