Skip to content

Commit

Permalink
Attempt to see the test results
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Dec 27, 2023
1 parent f89b3b0 commit ca7eb73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ internal class DefaultRepository internal constructor(

api.purchase(purchaseRequest).enqueue {
onResponse = {
// logger.release("purchaseRequest - ${it.getLogMessage()}")
logger.release("purchaseRequest - ${it.getLogMessage()}")
val body = it.body()
if (body != null && body.success) {
callback.onSuccess(body.data)
Expand Down

0 comments on commit ca7eb73

Please sign in to comment.