-
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
5f34557
commit cf1d69c
Showing
3 changed files
with
87 additions
and
24 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
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
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,18 @@ | ||
--- | ||
releasedAt: 2024-03-08 | ||
writtenAt: 2024-03-08 | ||
--- | ||
|
||
import * as prose from "~/components/prose"; | ||
import { PaymentV1, PaymentV2 } from "~/components/release-note/badges"; | ||
import Figure from "~/components/gitbook/Figure.astro"; | ||
|
||
## 주요 업데이트 사항 | ||
|
||
<prose.h3> | ||
<PaymentV2 /> | ||
✔️ 포트원 V2 신모듈에서 스마트로 API 정기결제를 지원합니다. | ||
</prose.h3> | ||
|
||
기존에는 결제창을 이용한 빌링키 발급만 가능했엇으나 이제 API를 이용하여 빌링키 발급을 할 수 있습니다. | ||
|