mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Merge pull request #8824 from volzhs/android-payment-master
Fix android payment logical error
This commit is contained in:
commit
e80d2b8dfb
1 changed files with 28 additions and 29 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue