Skip to content

[Feat] 유저 전체 결제 영수증 조회 API 구현#212

Merged
today-is-first merged 6 commits intomainfrom
feature/#209
May 23, 2025
Merged

[Feat] 유저 전체 결제 영수증 조회 API 구현#212
today-is-first merged 6 commits intomainfrom
feature/#209

Conversation

@seolminkkang
Copy link
Collaborator

@seolminkkang seolminkkang commented May 23, 2025

개요

Resolves: #209

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

작업 내용

  • PaymentController: /receipt GET API 추가
  • PaymentReceiptDTO: 응답 DTO 정의
  • PaymentReceiptService, PaymentReceiptServiceImpl: 서비스 계층 구성
  • PaymentDAO, PaymentMapper.xml: Challenge join 포함 DTO 직접 조회 쿼리 작성

@github-actions github-actions bot added this to the 마이페이지 기능 milestone May 23, 2025
@today-is-first today-is-first merged commit 3e0c271 into main May 23, 2025
2 checks passed
@today-is-first today-is-first deleted the feature/#209 branch May 23, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

서버는 마이페이지에서 영수증 목록을 조회할 수 있다.

2 participants