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 771074a commit b4d365a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public String readyPayment(MemberIdentifier identifier, ReservationRequest reser
payment.setTid(kakaoPayResponse.getTid());
paymentRepository.save(payment);
paymentRepository.flush();
return kakaoPayResponse.getNextRedirectMobileUrl() + "?orderId=" + payment.getPartnerOrderId();
return kakaoPayResponse.getNextRedirectPcUrl() + "?orderId=" + payment.getPartnerOrderId();
}

@Transactional
Expand Down

0 comments on commit b4d365a

Please sign in to comment.