diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarEmpresaController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarEmpresaController.java index d0431d871..df6c8b746 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarEmpresaController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/catalogos/EditarEmpresaController.java @@ -1922,7 +1922,6 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException { headers.put("Authorization", "Bearer " + txtTokenMercadoPago.getValue()); headers.put("Accept", "application/json"); - headers.put("Content-type", "application/json"); String userId = txtUserIdMercadoPago.getValue(); @@ -1966,7 +1965,6 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException { headers.put("Authorization", "Bearer " + txtTokenMercadoPago.getValue()); headers.put("Accept", "application/json"); - headers.put("Content-type", "application/json"); RetornoGenericRest resposta = GenericRest.getInstance().fazerChamada( txtUrlApiMercadoPago.getValue() + "/pos", @@ -1995,7 +1993,6 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException { headers.put("Authorization", "Bearer " + txtTokenMercadoPago.getValue()); headers.put("Accept", "application/json"); - headers.put("Content-type", "application/json"); String userId = txtUserIdMercadoPago.getValue(); @@ -2024,7 +2021,6 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException { headers.put("Authorization", "Bearer " + txtTokenMercadoPago.getValue()); headers.put("Accept", "application/json"); - headers.put("Content-type", "application/json"); RetornoGenericRest resposta = GenericRest.getInstance().fazerChamada( txtUrlApiMercadoPago.getValue() + "/pos",