You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/br/com/grupo63/techchallenge/payment/api/controller/PaymentAPIController.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,10 @@ public ResponseEntity<QRCodeResponseDTO> startPayment(
41
41
description = "Atualiza o status do pagamento e do pedido. Seria utilizado pelo sistema externo Mercado Pago para simular uma integração de Webhook IPN para notificar o sistema que o pagamento foi concluido.")
42
42
@PostMapping("/finalize")
43
43
@ResponseStatus(HttpStatus.OK)
44
-
publicvoidconfirmPaymentFromOrderId(@Parameter(description = "Id do pedido associado ao pagamento")
0 commit comments