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 20, 2024
1 parent 851f615 commit 9bd1145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public String readyPayment(MemberIdentifier identifier, ReservationRequest reser
payment.setTid(kakaoPayResponse.getTid());
paymentRepository.save(payment);
paymentRepository.flush();
return kakaoPayResponse.getNextRedirectAppUrl() + "?orderId=" + payment.getPartnerOrderId();
return kakaoPayResponse.getNextRedirectMobileUrl() + "?orderId=" + payment.getPartnerOrderId();
}

@Transactional
Expand Down

0 comments on commit 9bd1145

Please sign in to comment.