Merge pull request #8823 from volzhs/android-payment
Fix android payment logical error
This commit is contained in:
commit
2c5a4534f9
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…
Reference in a new issue