[ADD] CAMBIO PARA QUE GENERE QR

parent 2fe4cf0f
......@@ -171,14 +171,13 @@ public class bbvaService {
JSONObject qrCode = jsonResponse.optJSONObject("qrCode", new JSONObject());
// if (!qrCode.isEmpty()) {
if(false){
if (!qrCode.isEmpty()) {
returnMessage.put("hashCode", qrCode.get("hashCode"));
returnMessage.put("id", qrCode.get("id"));
returnMessage.put("message", "Well-generated QRCode");
returnMessage.put("status", true);
} else {
returnMessage.put("message", "QRCode not generated");//jsonResponse.get("message"));
returnMessage.put("message", jsonResponse.get("message"));
returnMessage.put("status", false);
}
......
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