Skip to content

Commit

Permalink
Update PaymentService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Daolove0323 committed Nov 19, 2024
1 parent 93219a2 commit 3463e69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public Long approvePayment(Long orderId, String pgToken) {
}
);
ReservationRequest request = new ReservationRequest(payment.getEventId(), payment.getQuantity());
reservationService.create(payment.getPartnerUserId(), request);
reservationService.create(payment.getPartnerOrderId(), request);
return payment.getPartnerUserId();
}

Expand Down

0 comments on commit 3463e69

Please sign in to comment.