-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 무료 주문 생성 API 구현 * feat: 오타 및 DTO 이름 수정 * feat: 무료 주문 생성 정적 팩토리 메서드 추가 * feat: 무료 여부 확인하는 메서드 추가 * refactor: 0원에 해당하는 금액 상수 추가 * feat: 결제정보 조회 시 유료 결제만 가능하도록 수정 * docs: 주문 취소 후 연관 엔티티 수정 작업 투두 추가 * feat: 무료 주문 취소 불가하도록 수정 * feat: 무료 주문 생성 검증 로직 추가 * test: 취소 테스트 nested로 묶기 * test: 무료주문 생성 테스트 추가 * feat: 기존 주문 요청 DTO를 사용하도록 변경 * feat: 무료주문 생성시 외부에서 금액정보 입력받도록 수정 * test: 생성자 시그니처 수정 * test: 무료주문 생성 검증기 테스트 추가 * docs: 오타 수정
- Loading branch information
Showing
11 changed files
with
424 additions
and
92 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.