Skip to content

Commit

Permalink
V1.7 released tests ok
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebrunet committed Sep 1, 2023
1 parent 0352dd6 commit b497e01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/cl/icripto/icriptopos/BudaPay.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import android.graphics.Color
import android.os.Bundle
import android.os.CountDownTimer
import android.text.method.LinkMovementMethod
import android.util.Log
import android.widget.Button
import android.widget.ImageView
import android.widget.ProgressBar
Expand Down Expand Up @@ -131,14 +130,11 @@ class BudaPay : AppCompatActivity() {
clientFinish.newCall(requestFinish).enqueue(object : Callback {
override fun onFailure(call: Call, e: IOException) {
e.printStackTrace()
Log.d("acoacoaco", "get tuvo failure")
}

override fun onResponse(call: Call, response: Response) {
response.use {
if (!response.isSuccessful) {
Log.d("acoacoaco", "get tuvo respuesta pero no satisfactoria")
Log.d("acoacoaco","y response fue ${response.code}")
throw IOException("Unexpected code $response")
} else {

Expand Down

0 comments on commit b497e01

Please sign in to comment.