Skip to content

Commit

Permalink
린트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sso-ashley committed Mar 24, 2024
1 parent 2460a2d commit 84ce253
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/release-notes/console/2024-03-25.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ releasedAt: 2024-03-25
writtenAt: 2024-03-25
---

import * as prose from "~/components/prose";
import { PaymentV1, PaymentV2 } from "~/components/release-note/badges";
import Figure from "~/components/Figure.astro";
import * as prose from "~/components/prose";

import image1 from "./_assets/2024-03-25/screenshot1.png";
import image2 from "./_assets/2024-03-25/screenshot2.png";
import image3 from "./_assets/2024-03-25/screenshot3.png";
Expand All @@ -16,17 +16,17 @@ import image3 from "./_assets/2024-03-25/screenshot3.png";
✔️ 결제 연동 페이지가 새롭게 단장했습니다.
</prose.h3>

- **[채널 관리]**
- **\[채널 관리]**
- 기존 연동 관리와 달리 채널 추가 시 결제 모듈 별 지원되는 기능 및 결제 수단 정보를 쉽게 확인할 수 있습니다.
<Figure src={image1} />
- 자세한 채널 추가 방법은 가이드를 참고해 주세요. [ → 포트원 V1 채널 연동 가이드 바로가기](../../../../docs/ko/ready/readme)
- 자세한 채널 추가 방법은 가이드를 참고해 주세요. [→ 포트원 V1 채널 연동 가이드 바로가기](../../../../docs/ko/ready/readme)

- **[식별코드·API Keys]**
- **\[식별코드·API Keys]**
- V2 API Secret을 발급할 수 있습니다.
- V2 API Secret의 경우 유효기간에 따라 갯수에 제한없이 발급이 가능합니다.
<Figure src={image2} />

- **[결제알림(Webhook) 관리]**
- **\[결제알림(Webhook) 관리]**
- 포트원 V2 결제모듈에서 사용하는 웹훅 데이터 형식으로도 테스트할 수 있습니다.
- 포트원 V1/V2 결제 모듈 모두 테스트/실환경에 대해 웹훅을 각각 설정할 수 있습니다.
<Figure src={image3} />

0 comments on commit 84ce253

Please sign in to comment.