Skip to content

Commit

Permalink
린트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sso-ashley committed May 13, 2024
1 parent 7659976 commit e44f0df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/content/docs/ko/_nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
- slug: /ko/pg/payment-gateway/ksnet/readme
items:
- /ko/pg/payment-gateway/ksnet/warning
- /ko/pg/payment-gateway/ksnet/card-direct
- /ko/pg/payment-gateway/kicc
- slug: /ko/pg/payment-gateway/welcome/readme
items:
Expand Down
27 changes: 13 additions & 14 deletions src/content/docs/ko/pg/payment-gateway/ksnet/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ versionVariants:
v2: /ko/v2-payment/pg/ksnet
---

import Details from "~/components/gitbook/Details.astro";

Check failure on line 9 in src/content/docs/ko/pg/payment-gateway/ksnet/readme.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Run autofix to sort these imports!
import Figure from "~/components/Figure.astro";
import Tab from "~/components/gitbook/tabs/Tab.astro";
import Tabs from "~/components/gitbook/tabs/Tabs.astro";
import Hint from "~/components/Hint.astro";
import Details from "~/components/gitbook/Details.astro";
import ParamTree from "~/components/gitbook/ParamTree.astro";
import Tab from "~/components/gitbook/tabs/Tab.astro";
import Tabs from "~/components/gitbook/tabs/Tabs.astro";

<Figure src="/gitbook-assets/ko/image (74).png" caption="KSNET" />

Expand Down Expand Up @@ -170,8 +170,8 @@ KSNET 결제창을 호출할 수 있습니다. **결제결과**는 PC의 경우
>
> **할부 개월수 설정**
>
> - [0] : 일시불
> - [2,3,4] : 2,3,4 개월
> `[0]` : 일시불
> `[2,3,4]` : 2,3,4 개월
**`card`** <mark style="color:blue;">**object**</mark>

Expand All @@ -180,7 +180,7 @@ KSNET 결제창을 호출할 수 있습니다. **결제결과**는 PC의 경우
> **`direct`** <mark style="color:blue;">**object**</mark>
>
> **카드사 다이렉트 호출시 설정 정보**
> >
>
> > **`code`** <mark style="color:green;">**string**</mark>
> >
> > **카드사 코드**
Expand Down Expand Up @@ -211,8 +211,7 @@ KSNET 결제창을 호출할 수 있습니다. **결제결과**는 PC의 경우
> >
> > **카드 결제 시 결제창에 간편 결제 수단 표시 여부**
> >
> > - `"0"`: 간편결제 수단 표시하지 않음
> > - `"1"`: 간편결제 수단 표시함
> > 0 : 간편결제 수단 표시하지 않음 / 1 : 간편결제 수단 표시함
> >
> > **`tcode`** <mark style="color:green;">**string**</mark>
> >
Expand Down Expand Up @@ -272,12 +271,14 @@ KSNET 결제창을 호출할 수 있습니다. **결제결과**는 PC의 경우
### 승인 취소(환불)

결제 승인 완료 건에 대해 승인 취소(환불)를 할 수 있는 API입니다.\
REST [**API POST /payments/cancel**](https://developers.portone.io/api/rest-v1/payment#post%20%2Fpayments%2Fcancel)를 호출하여 승인 취소(환불)을 요청합니다.
REST [**API POST /payments/cancel**](https://developers.portone.io/api/rest-v1/payment#post%20%2Fpayments%2Fcancel)
호출하여 승인 취소(환불)을 요청합니다.

### 현금영수증 등록

포트원을 통한 거래건이지만 결제창에서 현금영수증 등록을 하지 못한 경우 API를 통해 현금영수증을 등록할 수 있습니다.\
REST [**API POST /receipts/\{imp\_uid}**](https://developers.portone.io/api/rest-v1/receipt#post%20%2Freceipts%2F%7Bimp_uid%7D)를 호출하여 현금영수증을 요청합니다.
REST [**API POST /receipts/\{imp\_uid}**](https://developers.portone.io/api/rest-v1/receipt#post%20%2Freceipts%2F%7Bimp_uid%7D)
호출하여 현금영수증을 요청합니다.

- `product_type`(디지털: `"digital"`, 실물: `"real"`), `buyer_name` 파라미터는 KSNET 필수 입력 대상입니다.

Expand Down Expand Up @@ -328,9 +329,8 @@ curl -H "Content-Type: application/json" \

**할부 개월수 설정**

[0] : 일시불
[2,3,4] : 2,3,4 개월

`[0]` : 일시불
`[2,3,4]` : 2,3,4 개월
</ParamTree>
</ParamTree>

Expand Down Expand Up @@ -373,7 +373,6 @@ curl -H "Content-Type: application/json" \
</ParamTree>
</ParamTree>


#### 유의사항

<Details>
Expand Down

0 comments on commit e44f0df

Please sign in to comment.