Cleanup code
This commit is contained in:
parent
8fbcdb8353
commit
a341b9a91f
1 changed files with 0 additions and 3 deletions
|
@ -627,9 +627,6 @@ public class InAppPurchaseHelper {
|
||||||
logDebug("Response=" + response);
|
logDebug("Response=" + response);
|
||||||
if (response != null) {
|
if (response != null) {
|
||||||
try {
|
try {
|
||||||
/*
|
|
||||||
{ "monthly" : { "sku": "osm_live_subscription_monthly_free_v1" }, "quarterly" : { "sku": "osm_live_subscription_3_months_free_v1" }, "annual" : { "sku": "osm_live_subscription_annual_free_v1" } }
|
|
||||||
*/
|
|
||||||
JSONObject obj = new JSONObject(response);
|
JSONObject obj = new JSONObject(response);
|
||||||
JSONArray names = obj.names();
|
JSONArray names = obj.names();
|
||||||
for (int i = 0; i < names.length(); i++) {
|
for (int i = 0; i < names.length(); i++) {
|
||||||
|
|
Loading…
Reference in a new issue