You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #8824 from volzhs/android-payment-master
Fix android payment logical error
This commit is contained in:
@@ -355,7 +355,7 @@ public class PaymentsManager {
|
|||||||
tempList.add(s);
|
tempList.add(s);
|
||||||
}
|
}
|
||||||
packs.add(tempList);
|
packs.add(tempList);
|
||||||
|
}
|
||||||
for (ArrayList<String> skuPartList : packs) {
|
for (ArrayList<String> skuPartList : packs) {
|
||||||
Bundle querySkus = new Bundle();
|
Bundle querySkus = new Bundle();
|
||||||
querySkus.putStringArrayList("ITEM_ID_LIST", skuPartList);
|
querySkus.putStringArrayList("ITEM_ID_LIST", skuPartList);
|
||||||
@@ -385,7 +385,6 @@ public class PaymentsManager {
|
|||||||
}
|
}
|
||||||
godotPaymentV3.completeSkuDetail();
|
godotPaymentV3.completeSkuDetail();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
})).start();
|
})).start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user