hotfix/Payment : 예약 상태 null값 예약 완료로 수정#184
Merged
Merged
Conversation
| .paymentStatus(booking.getPaymentStatus()) | ||
| .reservedAt(booking.getReservedAt()) | ||
| .canCancel(canCancel(booking, today)) | ||
| .bookingStatus(booking.getBookingStatus()) |
There was a problem hiding this comment.
BookingQueryService에 bookingStatus를 추가했습니다. 이 변경으로 인해 Booking 객체의 bookingStatus 필드를 조회하는 로직이 추가되었는데, 이 변경이 필요한 이유를 명확하게 설명해 주시면 좋겠습니다. 어떤 기능을 향상시키기 위해 추가되었는지 알려주세요.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hotfix/Payment : 예약 상태 null값 예약 완료로 수정
🔘 Part
🔎 PR Type
🔧 작업 내용 상세 작성
[레포 이름 #이슈번호](이슈 주소)
작업 내용을 상세하게 작성해 주세요!
✔️ PR Checklist
커밋 메세지를 컨벤션에 맞게 잘 적용 하였나요?
테스트 코드 작성 / 단위 테스트 or 통합 테스트 진행 하셨나요?