Skip to content

Commit 75ad381

Browse files
committed
Fixed typo
1 parent dab2e55 commit 75ad381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google-iab/src/main/java/games/moisoni/google_iab/BillingConnector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,14 @@ private void fetchPurchasedProducts() {
458458
(billingResult, purchases) -> {
459459
if (billingResult.getResponseCode() == OK) {
460460
if (purchases.isEmpty()) {
461-
Log("Query IN-APP Purchases: the list is empty");
461+
Log("Query SUBS Purchases: the list is empty");
462462
} else {
463-
Log("Query IN-APP Purchases: data found and progress");
463+
Log("Query SUBS Purchases: data found and progress");
464464
}
465465

466466
processPurchases(ProductType.SUBS, purchases, true);
467467
} else {
468-
Log("Query IN-APP Purchases: failed");
468+
Log("Query SUBS Purchases: failed");
469469
}
470470
}
471471
);

0 commit comments

Comments
 (0)