Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/240307 #349

Merged
merged 13 commits into from
Mar 11, 2024
11 changes: 11 additions & 0 deletions src/components/gitbook/ParamTree.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="param-tree">
<slot />
</div>

<style>
.param-tree :global(ul) {
list-style: none;
border-left: 2px solid #ddd;
padding-left: 18px;
}
</style>
2 changes: 1 addition & 1 deletion src/content/docs/ko/v2-payment/pg/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ description: 각 PG사별 결제 연동 방법을 확인할 수 있습니다.

- 일반인증결제: 카드 / 실시간 계좌이체 / 가상계좌 / 휴대폰 결제
- 비인증결제(API): 가상계좌
- 정기결제(API): 카드
- 정기결제(결제창/API): 카드
- 간편결제(카드 결제창 노출방식): 카카오페이 / 네이퍼페이 / 페이코 / Pin Pay / L.Pay
- 간편결제(다이렉트 호출방식): 카카오페이 / 네이퍼페이 / 페이코 / Pin Pay / L.Pay

Expand Down
Loading