Skip to content

Commit

Permalink
[#185] comment(MemberBookingService): totalPaymentAmout 관련 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Aug 22, 2024
1 parent 1356535 commit a485409
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 MemberBookingResponse createMemberBooking(Long memberId, MemberBookingReq
booking.isPaymentCompleted(),
schedule.getPerformance().getBankName(),
schedule.getPerformance().getAccountNumber(),
memberBookingRequest.totalPaymentAmount(),
memberBookingRequest.totalPaymentAmount(), // 비회원 예매처럼 int totalPaymentAmount = ticketPrice * guestBookingRequest.purchaseTicketCount();로 계산해서 반영하기 + 요청한 총 가격 == 티켓 가격 * 수 같은지 검증하는 로직 추가하기
booking.getCreatedAt()
);
}
Expand Down

0 comments on commit a485409

Please sign in to comment.