am 90bf99b1
: am 922946ea
: am a0c887c6
: docs: Fixed typo in Implementing In-app Billing guide. bug: 19961296
* commit '90bf99b163866020140ac872aa704163fafddae1': docs: Fixed typo in Implementing In-app Billing guide. bug: 19961296
This commit is contained in:
@ -298,7 +298,7 @@ if (response == 0) {
|
||||
ArrayList<String> purchaseDataList =
|
||||
ownedItems.getStringArrayList("INAPP_PURCHASE_DATA_LIST");
|
||||
ArrayList<String> signatureList =
|
||||
ownedItems.getStringArrayList("INAPP_DATA_SIGNATURE");
|
||||
ownedItems.getStringArrayList("INAPP_DATA_SIGNATURE_LIST");
|
||||
String continuationToken =
|
||||
ownedItems.getString("INAPP_CONTINUATION_TOKEN");
|
||||
|
||||
|
Reference in New Issue
Block a user