mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +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);
|
||||
}
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue