Skip to content

Commit

Permalink
Merge pull request #102 from Tea-Bliss/dev
Browse files Browse the repository at this point in the history
핫 픽스입니다!
  • Loading branch information
lemonticsoul authored Jun 24, 2024
2 parents fe9c8da + 6738320 commit b0e77d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public ResponseEntity<?> payment(@RequestParam ("paymentId") String paymentId,@A
}

@GetMapping("/")
@Operation(summary = "결제 내역 조회", description = "결제 내역 조회입니다.")
public ResponseEntity<?> getpayment(@AuthenticationPrincipal MemberDetails memberDetails){

List<PaymentRequestDto> result=paymentService.getpayment(memberDetails.getMemberId());
Expand Down

0 comments on commit b0e77d2

Please sign in to comment.