AL-1801
parent
7fc952a4b6
commit
b24418b6a6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue