-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 결제 서버 리펙토링 #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
* refactor: Order PK 변경 - 기존 PK는 pgOrderId으로 변경 - 새로운 PK 추가 * refactor: Order PK 변경으로 인한 테스트 및 구현 코드 변경 * refactor: 토스 페이먼츠 주문 번호 생성 클래스 리네이밍
* refactor: Order PK 변경 - 기존 PK는 pgOrderId으로 변경 - 새로운 PK 추가 * refactor: Order PK 변경으로 인한 테스트 및 구현 코드 변경 * refactor: 토스 페이먼츠 주문 번호 생성 클래스 리네이밍 * feat: PG GateWay 인터페이스 추가 * chore: PgOrderIdGenerator 패키지 이동 * chore: TossOrderIdGenerator 패키지 이동 * chore: TossPaymentClient 패키지 이동 * chore: TossPayment Dto 패키지 이동 * feat: 결제 승인 구현 * feat: 결제 승인 구현 * chore: 롤백 로직 주석 처리 * feat: 결제 멱등키 서비스 추가 * refactor: 결제 취소 로직 리펙토링 * fix: 페이먼츠 인터페이스 참조로 변경 * test: 응답 dto 변경에 의한 테스트 수정 * chore: 클래스 및 변수 리네이밍 * chore: 토스 클라이언트 예외 클래스 패키지 변경 * fix: 결제 승인 및 취소 예외 처리 서비스로 이동
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.
🔥 연관 이슈
🚀 작업 내용
패키지 정리 및 계층 정리
멀티 데이터 소스 재설정 및 flyway 추가
테이블 ERD
결제 롤백 로직 임시 삭제
💬 리뷰 중점사항