[FIXED] STATUS YA NO ESTA EN DURO

parent 86cfbfc3
...@@ -212,8 +212,8 @@ public class bbvaService { ...@@ -212,8 +212,8 @@ public class bbvaService {
JSONObject statusBill = billFirstElement.optJSONObject("status", new JSONObject()); JSONObject statusBill = billFirstElement.optJSONObject("status", new JSONObject());
String nameStatus = statusBill.getString("name"); String nameStatus = statusBill.getString("name");
returnMessage.put("message", "PAGADO"); //nameStatus returnMessage.put("message", nameStatus); //nameStatus
returnMessage.put("status", true); //nameStatus.equals("PAGADO") returnMessage.put("status", nameStatus.equals("PAGADO")); //nameStatus.equals("PAGADO")
} else { } else {
returnMessage.put("message", "Id not found"); returnMessage.put("message", "Id not found");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment