1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #8824 from volzhs/android-payment-master

Fix android payment logical error
This commit is contained in:
Rémi Verschelde
2017-05-20 09:49:18 +02:00
committed by GitHub

View File

@@ -355,7 +355,7 @@ public class PaymentsManager {
tempList.add(s);
}
packs.add(tempList);
}
for (ArrayList<String> skuPartList : packs) {
Bundle querySkus = new Bundle();
querySkus.putStringArrayList("ITEM_ID_LIST", skuPartList);
@@ -385,7 +385,6 @@ public class PaymentsManager {
}
godotPaymentV3.completeSkuDetail();
}
}
})).start();
}