-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45a21a1
commit e1e0a2b
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
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 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"; | ||
|
||
## 주요 업데이트 사항 | ||
|
||
<prose.h3> | ||
✔️ 결제 연동 페이지가 새롭게 단장했습니다. | ||
</prose.h3> | ||
|
||
- **[채널 관리]** | ||
- 기존 연동 관리와 달리 채널 추가 시 결제 모듈 별 지원되는 기능 및 결제 수단 정보를 쉽게 확인할 수 있습니다. | ||
<Figure src={image1} /> | ||
- 자세한 채널 추가 방법은 가이드를 참고해 주세요. [ → 포트원 V1 채널 연동 가이드 바로가기](../../../../docs/ko/ready/readme) | ||
|
||
- **[식별코드·API Keys]** | ||
- V2 API Secret을 발급할 수 있습니다. | ||
- V2 API Secret의 경우 유효기간에 따라 갯수에 제한없이 발급이 가능합니다. | ||
<Figure src={image2} /> | ||
|
||
- **[결제알림(Webhook) 관리]** | ||
- 포트원 V2 결제모듈에서 사용하는 웹훅 데이터 형식으로도 테스트할 수 있습니다. | ||
- 포트원 V1/V2 결제 모듈 모두 테스트/실환경에 대해 웹훅을 각각 설정할 수 있습니다. | ||
<Figure src={image3} /> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.