Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Update IabHelper : 20 sku limit in getSkuDetails #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dmedov
Copy link

@dmedov dmedov commented Mar 28, 2014

change codes and small refactoring from this https://code.google.com/p/marketbilling/issues/detail?id=136

} else {
logError("getSkuDetails() returned a bundle with neither an error nor a detail list.");
ArrayList<String> responseList = new ArrayList<String>();
final int skuDetailsLimit = 20; // getSkuDetails() only handles 20 at a time.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this a class/static final constant

@jberkel
Copy link
Owner

jberkel commented Apr 5, 2014

can you see if you can add a test for this?

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

Successfully merging this pull request may close these issues.

2 participants