Skip to content

Commit

Permalink
chore: edit pgCode, pgMessage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
finalchild committed Nov 12, 2024
1 parent ee7f81d commit 6156145
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 29 deletions.
8 changes: 6 additions & 2 deletions src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ async function requestPayment() {
|필드명 |설명 |비고 |

Check failure on line 98 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `1` space

Check failure on line 98 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `10` spaces

Check failure on line 98 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `21` spaces
|---------|----------|-------|

Check failure on line 99 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `1` space (or add `-` to pad alignment row cells)

Check failure on line 99 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `10` spaces (or add `-` to pad alignment row cells)

Check failure on line 99 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `21` spaces (or add `-` to pad alignment row cells)
|paymentId|결제 건 ID|공통 |

Check failure on line 100 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `1` space

Check failure on line 100 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `10` spaces

Check failure on line 100 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected unaligned cell, expected aligned pipes, add `21` spaces
|code |오류 코드 |실패 시|
|message |오류 문구 |실패 시|
|code |오류 코드 |실패 시|

Check failure on line 101 in src/routes/(root)/opi/ko/integration/start/v2/checkout.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Unexpected `6` spaces between cell content and edge, expected between `0` (unaligned) and `5` (aligned) spaces, remove between `1` and `6` spaces
|message |오류 문구 |실패 시|
|pgCode |PG 오류 코드 그대로 |실패 및 PG 오류 코드 존재 시|
|pgMessage |PG 오류 문구 그대로 |실패 및 PG 오류 문구 존재 시|

### 3-1. redirect 방식의 경우

Expand All @@ -121,6 +123,8 @@ PortOne.requestPayment({
|paymentId|결제 건 ID|공통 |
|code |오류 코드 |실패 시|
|message |오류 문구 |실패 시|
|pgCode |PG 오류 코드 그대로 |실패 및 PG 오류 코드 존재 시|
|pgMessage |PG 오류 문구 그대로 |실패 및 PG 오류 문구 존재 시|

예를 들어 paymentId가 `payment-39ecfa97`, redirectUrl이 `https://example.com/payment-redirect`인 경우,
결제 성공 시에 `https://example.com/payment-redirect?paymentId=payment-39ecfa97`로 리다이렉트됩니다.
Expand Down
16 changes: 8 additions & 8 deletions src/routes/(root)/sdk/ko/v2-sdk/billing-key-response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ versionVariants:

### **`code`** <mark style="color:green;">**string**</mark>

**에러 코드**
**오류 코드**

- 에러가 있는 경우 에러 코드입니다.
- 실패한 경우 오류 코드입니다.

### **`message`** <mark style="color:green;">**string**</mark>

**에러 메시지**
**오류 메시지**

- 에러가 있는 경우 에러 메시지입니다.
- 실패한 경우 오류 메시지입니다.

### **`pgCode`** <mark style="color:green;">**string**</mark>

**PG 에러 코드**
**PG 오류 코드**

- PG에서 에러 코드를 내려 주는 경우 이 에러 코드를 그대로 반환합니다.
- PG에서 오류 코드를 내려 주는 경우 이 오류 코드를 그대로 반환합니다.

### **`pgMessage`** <mark style="color:green;">**string**</mark>

**PG 에러 메시지**
**PG 오류 메시지**

- PG에서 에러 메시지를 내려 주는 경우 이 에러 메시지를 그대로 반환합니다.
- PG에서 오류 메시지를 내려 주는 경우 이 오류 메시지를 그대로 반환합니다.
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@ versionVariants:

### **`identityVerificationTxId`** <mark style="color:green;">**string**</mark>

**포트원에서 채번한 본인인증 트랜잭션 ID**
**본인인증 시도 고유 번호**

- 포트원에서 채번하는 본인인증 고유 번호입니다.
- 포트원에서 채번하는 본인인증 시도 고유 번호입니다.

### **`code`** <mark style="color:green;">**string**</mark>

**에러 코드**
**오류 코드**

- 에러가 있는 경우 에러 코드입니다.
- 실패한 경우 오류 코드입니다.

### **`message`** <mark style="color:green;">**string**</mark>

**에러 메시지**

- 에러가 있는 경우 에러 메시지입니다.
- 실패한 경우 오류 메시지입니다.

### **`pgCode`** <mark style="color:green;">**string**</mark>

**PG 에러 코드**
**PG 오류 코드**

- PG에서 에러 코드를 내려 주는 경우 이 에러 코드를 그대로 반환합니다.
- PG에서 오류 코드를 내려 주는 경우 이 오류 코드를 그대로 반환합니다.

### **`pgMessage`** <mark style="color:green;">**string**</mark>

**PG 에러 메시지**
**PG 오류 메시지**

- PG에서 에러 메시지를 내려 주는 경우 이 에러 메시지를 그대로 반환합니다.
- PG에서 오류 메시지를 내려 주는 경우 이 오류 메시지를 그대로 반환합니다.
20 changes: 10 additions & 10 deletions src/routes/(root)/sdk/ko/v2-sdk/payment-response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@ versionVariants:

### **`txId`** <mark style="color:green;">**string**</mark>

**포트원에서 채번한 결제 트랜잭션 ID**
**결제 시도 고유 번호**

- 포트원에서 채번하는 결제 고유 번호입니다.
- 포트원에서 채번하는 결제 시도 고유 번호입니다.

### **`code`** <mark style="color:green;">**string**</mark>

**에러 코드**
**오류 코드**

- 에러가 있는 경우 에러 코드입니다.
- 실패한 경우 오류 코드입니다.

### **`message`** <mark style="color:green;">**string**</mark>

**에러 메시지**
**오류 메시지**

- 에러가 있는 경우 에러 메시지입니다.
- 실패한 경우 오류 메시지입니다.

### **`pgCode`** <mark style="color:green;">**string**</mark>

**PG 에러 코드**
**PG 오류 코드**

- PG에서 에러 코드를 내려 주는 경우 이 에러 코드를 그대로 반환합니다.
- PG에서 오류 코드를 내려 주는 경우 이 오류 코드를 그대로 반환합니다.

### **`pgMessage`** <mark style="color:green;">**string**</mark>

**PG 에러 메시지**
**PG 오류 메시지**

- PG에서 에러 메시지를 내려 주는 경우 이 에러 메시지를 그대로 반환합니다.
- PG에서 오류 메시지를 내려 주는 경우 이 오류 메시지를 그대로 반환합니다.

0 comments on commit 6156145

Please sign in to comment.