We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab2e55 commit 75ad381Copy full SHA for 75ad381
google-iab/src/main/java/games/moisoni/google_iab/BillingConnector.java
@@ -458,14 +458,14 @@ private void fetchPurchasedProducts() {
458
(billingResult, purchases) -> {
459
if (billingResult.getResponseCode() == OK) {
460
if (purchases.isEmpty()) {
461
- Log("Query IN-APP Purchases: the list is empty");
+ Log("Query SUBS Purchases: the list is empty");
462
} else {
463
- Log("Query IN-APP Purchases: data found and progress");
+ Log("Query SUBS Purchases: data found and progress");
464
}
465
466
processPurchases(ProductType.SUBS, purchases, true);
467
468
- Log("Query IN-APP Purchases: failed");
+ Log("Query SUBS Purchases: failed");
469
470
471
);
0 commit comments