master
lucas.taia 2023-02-22 14:24:31 -03:00
parent 7fc952a4b6
commit b24418b6a6
1 changed files with 0 additions and 4 deletions

View File

@ -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",