Skip to content

Commit

Permalink
Edit GoogleSales logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsuzuki committed Jun 19, 2024
1 parent 26205df commit 8170183
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class GoogleSales(

// UI flow will start
val result = billingClient.launchBillingFlow(activity, flowParams.build())
Logger.v(TAG, "Purchased flow finished : $result")
Logger.v(TAG, "Purchased flow finished: $result")
return result
}

Expand All @@ -412,7 +412,7 @@ class GoogleSales(
billingResult: BillingResult?,
purchases: MutableList<Purchase>?
) {
Logger.v(TAG, "processUpdatedPurchases: purchase list size:${purchases?.size ?: 0}")
Logger.v(TAG, "processUpdatedPurchases=> purchase list size: ${purchases?.size ?: 0}")
GoogleResponse.logResult(billingResult)

if (purchases.isNullOrEmpty()) {
Expand Down

0 comments on commit 8170183

Please sign in to comment.