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

비인증결제 페이지 통합 #456

Merged
merged 4 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/content/docs/ko/_nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
items:
- slug: /ko/authpay/guide
- slug: /ko/auth/guide-1/readme
items:
- slug: /ko/auth/guide-1/bill/readme
items:
- /ko/auth/guide-1/bill/rest-api
- /ko/auth/guide-1/bill/pg
- /ko/auth/guide-1/page-1
- /ko/auth/guide-1/undefined
Comment on lines -11 to -17
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 없앨거면 기존에 이 문서들 링크 걸어둔 다른 문서도 통합된 페이지 링크로 바꿔줘야 하지 않을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 네네 변경해주실 수 있나요??

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일단 링크는 바꿔뒀는데 전부 통합되는거면 이 문서들도 삭제하는게 맞을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CirnoV 문서 삭제는 조금 지난 후에 삭제하는게 좋을 것 같습니다~!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 네네 그러면 일단 이걸로 링크 바꾸는 작업은 다 되었습니다

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그럼 별다른 수정사항 없으면 이제 머지해도 될까요~~?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 머지해도 될 것 같네요

- slug: /ko/auth/guide-2/readme
items:
- /ko/auth/guide-2/refund
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
389 changes: 377 additions & 12 deletions src/content/docs/ko/auth/guide-1/readme.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/content/docs/ko/pg/payment-gateway/nice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ NICE페이먼츠 결제창을 호출할 수 있습니다.
**나이스페이먼츠는 비인증 결제는 API 방식으로만 지원됩니다.**

비인증 결제를 연동하기 위해서는 카드정보를 획득할수 있는 UI를 구성해 주셔야 하며
해당 가이드는 [**링크**](../../auth/guide-1/bill/rest-api)에서 확인해주시면 됩니다.
해당 가이드는 [**링크**](../../auth/guide-1/readme)에서 확인해주시면 됩니다.
</Hint>
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/v2-payment/billing-key/1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 1. 빌링키 발급하기
description: 결제창 또는 API를 이용하여 빌링키를 발급할 수 있습니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/auth/guide-1/bill/readme
v1: /ko/auth/guide-1/readme
---

포트원에서는 PG사 결제창을 통해 빌링키를 발급하는 방법과 API를 이용하여 빌링키를 발급하는 방법을 지원합니다.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/v2-payment/billing-key/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 2. 결제 요청하기
description: 포트원 빌링키 결제 API를 사용해 바로 결제를 요청합니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/auth/guide-1/bill/readme
v1: /ko/auth/guide-1/readme
---

포트원의 빌링키 결제 API를 호출하여 결제를 진행합니다.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/v2-payment/billing-key/3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 3. 예약/반복결제 구현하기
description: 발급한 빌링키로 예약/반복결제를 구현하는 방법을 안내합니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/auth/guide-1/undefined
v1: /ko/auth/guide-1/readme
---

## 1. 결제 예약하기
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/v2-payment/billing-key/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 빌링키 결제 연동하기
description: 카드 혹은 휴대 전화 정보를 이용하여 빌링키를 발급하고, 빌링키를 이용해 결제를 요청하는 방법을 안내합니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/auth/guide-1/bill/readme
v1: /ko/auth/guide-1/readme
---

## 빌링키란?
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/v2-payment/key-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 수기(키인) 결제 연동하기
description: 구매자 인증 없이 결제 수단 정보만으로 결제를 요청합니다.
targetVersions: ["v2"]
versionVariants:
v1: /ko/auth/guide-1/page-1
v1: /ko/auth/guide-1/readme
---

import Hint from "~/components/Hint.astro";
Expand Down