Skip to content

Commit

Permalink
docs: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Jul 26, 2024
1 parent 58e61de commit b25c3f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ResponseEntity<Page<OrderAdminResponse>> getOrders(
}

@Operation(
summary = " 완료된 유료 주문 결제정보 조회하기",
summary = "완료된 유료 주문 결제정보 조회하기",
description = "주문 결제정보를 조회합니다. 토스페이먼츠 API의 결제 정보인 Payment 객체를 반환합니다. 완료된 유료 주문만 조회할 수 있습니다")
@GetMapping("/{orderId}")
public ResponseEntity<PaymentResponse> getCompletedOrderPayment(@PathVariable Long orderId) {
Expand Down

0 comments on commit b25c3f2

Please sign in to comment.