Skip to content

Commit

Permalink
하이픈 businessName 파라미터 추가 (#664)
Browse files Browse the repository at this point in the history
Co-authored-by: CirnoV (Sickle) <[email protected]>
  • Loading branch information
highright96 and CirnoV authored Nov 21, 2024
1 parent e35bc91 commit 6e078bf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/routes/(root)/opi/ko/integration/pg/v1/hyphen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ import Hint from "~/components/Hint";
buyer_tel: "02-1234-1234",
m_redirect_url: "{모바일에서 결제 완료 후 리디렉션 될 URL}",
amount: 1004,
storeDetails: {
businessName: "상호명",
},
bypass: {
hyphen: {
designCd: "#C1272C",
Expand Down Expand Up @@ -145,6 +148,18 @@ import Hint from "~/components/Hint";

하이픈의 경우 필수로 입력해야 합니다.

- `storeDetails` <mark style="color:blue;">**object**</mark>

**상점 정보**

<ParamTree>
- `businessName` <mark style="color:green;">**string**</mark>

**상호명**

- 결제창에 표시될 상호명입니다. 입력하지 않으면 포트원 대표상점명으로 표시됩니다.
</ParamTree>

- `bypass` <mark style="color:blue;">**oneof object**</mark>

**PG사 결제창 호출 시 PG사로 그대로 bypass할 파라미터들의 모음**
Expand Down
15 changes: 15 additions & 0 deletions src/routes/(root)/opi/ko/integration/pg/v2/hyphen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ import Tabs from "~/components/gitbook/Tabs";
totalAmount: 1000,
currency: "CURRENCY_KRW",
payMethod: "EASY_PAY",
storeDetails: {
businessName: "상호명",
},
customer: {
fullName: "포트원",
phoneNumber: "010-0000-1234",
Expand Down Expand Up @@ -145,6 +148,18 @@ import Tabs from "~/components/gitbook/Tabs";
- 하이픈의 경우 fullName 혹은 (firstName + lastName)을 필수로 입력해야 합니다.
</ParamTree>

- `storeDetails` <mark style="color:blue;">**object**</mark>

**상점 정보**

<ParamTree>
- `businessName` <mark style="color:green;">**string**</mark>

**상호명**

- 결제창에 표시될 상호명입니다. 입력하지 않으면 포트원 대표상점명으로 표시됩니다.
</ParamTree>

- `bypass` <mark style="color:blue;">**oneof object**</mark>

**PG사 결제창 호출 시 PG사로 그대로 bypass할 파라미터들의 모음**
Expand Down

0 comments on commit 6e078bf

Please sign in to comment.