-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: order_id 컬럼 인덱스 설정 * chore: webflux 의존성 추가 * feat: 토스 결제 위젯 승인 API 연동 * feat: 결제 승인 API 구현 * feat: 결제 테이블에 couponWalletId 컬럼 추가 * test: 결제 승인 통합 테스트 * feat: 벌레 상품 구매 시 couponWallet 검증 로직 적용 * fix: couponWalletId를 받도록 수정 * test: couponWallet 적용 테스트 * chore: 불필요한 fixture 제거 * feat: 결제 승인 시 쿠폰 차감 및 벌레 충전 로직 추가 * fix: 쿠폰이 적용된 경우 분기 처리 * chore: config 업데이트 * test: 결제 승인 컨트롤러 통합 테스트 * test: 결제 승인 서비스 테스트 * chore: MockWebServer 의존성 추가 * test: 토스 결제 승인 API 테스트 * fix: checkStyle 오류 수정 * chore: config 업데이트 * refactor: 결제 테이블 coupon_id 컬럼을 discount_amount로 변경 * refactor: 공통 메서드 분리 * feat: 벌레 충전 시 벌레 내역 저장 로직 추가 * style: 중복 메서드 제거
- Loading branch information
Showing
32 changed files
with
605 additions
and
66 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
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.