Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofg1pontes committed Oct 7, 2024
1 parent 779b69d commit 6acae06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public ResponseEntity<String> createPreference(String id) {
@Override
public ResponseEntity<Void> paymentWebhook(CreatePaymentRequest request) {
PaymentOutput p = paymentService.getPayment(request.data().id());
System.out.println("AAAAAAAAAAAAAAAAAAA" + p.externalReference());
CheckPaymentInput checkPaymentInput = new CheckPaymentInput(p.externalReference(), p.status());

ticketService.changePaymentStatus(checkPaymentInput);
Expand Down

0 comments on commit 6acae06

Please sign in to comment.