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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -70,7 +70,7 @@ public MemberBookingResponse createMemberBooking(Long memberId, MemberBookingReq
booking.isPaymentCompleted(),
schedule.getPerformance().getBankName(),
schedule.getPerformance().getAccountNumber(),
memberBookingRequest.totalPaymentAmount(),
memberBookingRequest.totalPaymentAmount(),// 비회원 예매처럼 int totalPaymentAmount = ticketPrice * guestBookingRequest.purchaseTicketCount();로 계산해서 반영하기 + 요청한 총 가격 == 티켓 가격 * 수 같은지 검증하는 로직 추가하기