Skip to content

Commit

Permalink
ready/paymentwall: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aimpugn committed Mar 8, 2024
1 parent 9dc1895 commit 5875805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ To use the `pw_1` widget, the version must be `1.2` to function properly.
### User country code

You can know the user country code as a pingback upon completion of a paymentwall checkout.
To get this, you need to add the [parameter provided by the paymentwall](https://docs.paymentwall.com/reference/pingback/custom-parameter#parameter-with-value-paymentwall-provides) as a pingback parameter.
To get this, you need to add the [parameter provided by the paymentwall](https://docs.paymentwall.com/reference/pingback/custom-parameter#parameter-with-value-paymentwall-provides)
as a pingback parameter.

1. Go to [Paymentwall Console](https://api.paymentwall.com/developers/applications)
→ My Projects, select the relevant project → Settings
Expand Down Expand Up @@ -116,7 +117,7 @@ GET http://api.iamport.kr/payments/{imp_uid}?extension=true
}
```

### API Payment
## API Payment

<Tabs>
<Tab title="Key-in">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ import image4 from "./_assets/paymentwall/paymentwall-4.png";

> 페이먼트월 가입시에는 반드시 [<mark style="color:red;">**포트원 전용 가입링크**</mark>](https://api.paymentwall.com/pwaccount?source=import)를 통해 가입진행이 되어야 합니다.
>
> - [**https://api.paymentwall.com/pwaccount?source=import**](https://api.paymentwall.com/pwaccount?source=import)> (다른 경로로 가입되는 경우 **결제 연동에 문제가 발생**합니다.)
> - [**https://api.paymentwall.com/pwaccount?source=import**](https://api.paymentwall.com/pwaccount?source=import)
> (다른 경로로 가입되는 경우 **결제 연동에 문제가 발생**합니다.)
### 위젯 버전 설정

Expand All @@ -105,7 +107,8 @@ import image4 from "./_assets/paymentwall/paymentwall-4.png";
### 사용자의 국가 코드

페이먼트월 결제 완료시 핑백으로 사용자의 국가 코드를 수신할 수 있습니다.
이를 수신하기 위해서는 [페이먼트월이 제공하는 파라미터](https://docs.paymentwall.com/reference/pingback/custom-parameter#parameter-with-value-paymentwall-provides)를 핑백 파라미터로 추가해야 합니다.
이를 수신하기 위해서는 [페이먼트월이 제공하는 파라미터](https://docs.paymentwall.com/reference/pingback/custom-parameter#parameter-with-value-paymentwall-provides)
핑백 파라미터로 추가해야 합니다.

1. [페이먼트월 콘솔](https://api.paymentwall.com/developers/applications)
→ My Projects에서 해당 프로젝트 선택 → Settings
Expand Down Expand Up @@ -134,7 +137,7 @@ GET http://api.iamport.kr/payments/{포트원 번호}?extension=true
}
```

### API 결제
## API 결제

<Tabs>
<Tab title="키인결제">
Expand Down

0 comments on commit 5875805

Please sign in to comment.