Releases: WON-Q/pg-server
Releases · WON-Q/pg-server
v0.2.0
What's Changed
- Feat: 결제 생성 API 구현 by @namsh1125 in #11
- Update: 결제 수단 선택 직전까지 Transaction 상태를 Pending으로 변경 by @namsh1125 in #12
- Feat: 결제 수단 선택 요청 API 구현 by @namsh1125 in #13
- Feat: 앱카드 서버로부터 결제 인증 결과를 받아 승인을 처리하는 API 구현 by @namsh1125 in #14
- Feat : 결제 PG UI 및 앱카드 결제 결과 전송 API 구현 by @newspring0203 in #15
- Feat: 가맹점/관리자 로그인 API 구현 by @newspring0203 in #16
- Feat : 관리자용 Api key 목록 조회 API 구현 by @newspring0203 in #18
- Feat: 가맹점용 API 키 관리 API 구현 by @newspring0203 in #19
- Feat: 가맹점용 웹훅 생성 API 구현 by @newspring0203 in #20
- Feat: 가맹점 웹훅 조회 API 구현 by @newspring0203 in #21
- Update: 웹훅 생성 API 응답 형식 변경 (BaseResponse 래핑) by @newspring0203 in #22
- Update: 가맹점용 웹훅 컨트롤러명 변경 by @newspring0203 in #23
- Feat: 관리자용 웹훅 목록 조회 API 구현 by @newspring0203 in #24
- Docs: 결제 flow 수정 by @namsh1125 in #27
- Update: SecurityFilterChain 토큰별 분할 변경 by @newspring0203 in #28
- Update:Enum 필드마다 @Enumerated(EnumType.STRING) 추가 by @newspring0203 in #29
- Update: appCardFilterChain 변경 by @newspring0203 in #30
- Update: 앱카드 API 관련 필터 체인 수정 by @newspring0203 in #31
- Update: SecurityFilterChain 수정 by @newspring0203 in #32
- temp: 앱카드 API 관련 필터 체인 수정 by @newspring0203 in #33
- temp : 테스트용 앱카드 서버로부터 결제 인증 결과를 받아 승인을 처리하는 API 수정2 by @newspring0203 in #34
- temp by @newspring0203 in #35
- temp by @newspring0203 in #36
- Feat: DEV 환경용 CI/CD 파이프라인 구축 by @namsh1125 in #37
- Update: CardPaymentApprovalResponseDto에서 transactionId를 txnId로 변경 by @newspring0203 in #40
- Update: 카드사 PG사에서 카드사로 결제 승인을 요청하는 API 필터 체인 변경 by @newspring0203 in #41
- Update: 카드사 결제 요청 API 엔드포인트 변경 by @newspring0203 in #42
- Update: FeignConfig 변경 by @newspring0203 in #44
- Update: CardClient 엔드포인트 변경 by @newspring0203 in #45
- Feat: 환불 요청을 처리하는 API 구현 by @newspring0203 in #46
- Feat: 원큐오더 서버로부터 PG 서버로 요청하는 결제 검증 API 구현 by @newspring0203 in #43
- Feat: 결제 정보에 사용자 카드 정보 추가 by @newspring0203 in #48
- Feat: 결제 검증 API 구현 by @newspring0203 in #49
- Feat: orderId 기반으로 결제 정보 조회 API 구현 by @newspring0203 in #50
- Update: AppCardAuthRequestDto 수정 by @newspring0203 in #51
- Fix: Spring Security 권한 검증 방식 수정 (hasRole -> hasAuthority) by @namsh1125 in #53
- Refactor: 컨트롤러 마이그레이션 by @newspring0203 in #55
- Feat: payment.html 개선 by @newspring0203 in #56
- Feat: payment.html 아이콘 개선 by @newspring0203 in #57
- Feat: 관리자 트랜잭션 로그 조회 구현 by @newspring0203 in #58
- Feat: api-key 생성 로직 구현 by @newspring0203 in #59
- Update : api-key 마지막 사용 시각 추가 by @newspring0203 in #60
Full Changelog: 0.1.0...0.2.0
v0.1.0
What's Changed
- Feat: Entity 개발 by @newspring0203 in #1
- Feat: 앱카드 결제 인증 요청 API 구현 by @namsh1125 in #2
- Feat: Docker 관련 설정 추가 by @newspring0203 in #4
Full Changelog: 0.0.0...0.1.0
v0.0.0
What's Changed
- Feat: 프로덕션 CI/CD 파이프라인 구축 by @namsh1125 in #52
Full Changelog: https://github.com/WON-Q/pg-server/commits/0.0.0