[FEATURE] Payment 관련 Reservation 서비스 메서드 추가#213
Merged
Conversation
friox
requested review from
EndlessMilkyway,
Jimin730,
Ogu1208,
Yunsung-Jo and
chanwonlee
August 5, 2025 01:53
EndlessMilkyway
approved these changes
Aug 5, 2025
EndlessMilkyway
left a comment
Contributor
There was a problem hiding this comment.
해당 부분을 신속하게 작업해주셔서 결제 취소 로직을 빠르게 구현할 수 있을 것 같습니다. 고생많으셨습니다!
friox
force-pushed
the
feature/203-payment-reservation-method
branch
from
August 5, 2025 04:03
fa74c75 to
a366dfd
Compare
chanwonlee
approved these changes
Aug 5, 2025
chanwonlee
left a comment
Contributor
There was a problem hiding this comment.
Payment 관련해서 작업 빠르게 해주셔서 감사합니다! 고생하셨습니다!
chanwonlee
approved these changes
Aug 5, 2025
friox
force-pushed
the
feature/203-payment-reservation-method
branch
from
August 5, 2025 04:32
a366dfd to
5e2c471
Compare
friox
force-pushed
the
feature/203-payment-reservation-method
branch
from
August 5, 2025 04:44
078956f to
f31f139
Compare
Ogu1208
approved these changes
Aug 5, 2025
Ogu1208
left a comment
Contributor
There was a problem hiding this comment.
확인했습니다~ 늦게 확인했네요 ㅠㅠ
고생하셨습니다!! 👍👍
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.
관련 Issue (필수)
주요 변경 사항 (필수)
Reservation인스턴스를 파라미터로 사용하는Reservation관련 항목 삭제 메서드 구현리뷰어 참고 사항
Warning
해당 PR을 반영하여 작업한 후 cherry-pick 으로 작업한 커밋을 분리한 브랜치입니다.
이 브랜치(PR) 만으로는 위 PR이 머지되기 전까지 테스트가 불가합니다. (빌드도 불가능합니다.)
위 PR이 머지된 후 rebase 하겠습니다.
(추가) rebase 완료했습니다, 테스트 가능합니다.
임의의 엔드포인트를 생성하여 테스트 완료했습니다.
예약 생성 후 생성 된 예약을 이용하여 메서드를 테스트 한 결과,
Reservation인스턴스는CANCELLED상태로 변경되었습니다.SeatReservation인스턴스가 삭제되었습니다.Ticket,QR인스턴스가 삭제되었습니다.추후 테스트 시
Ticket,QR삭제에 문제가 발생하신다면,기존 두 테이블을
DROP한 후 진행하시면 되겠습니다.추가 정보
없음
PR 작성 체크리스트 (필수)