Skip to content

Commit

Permalink
린트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sso-ashley committed Jun 19, 2024
1 parent b25a9a6 commit bbd58a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/docs/ko/v2-payment/pg/inicis-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1104,13 +1104,13 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
billingKey: "billing-key-1", // 빌링키 발급 API를 통해 발급받은 빌링키
orderName: "월간 이용권 정기결제",
customer: {
id: "customer-1234", // 고객사에서 관리하는 고객 고유번호
phoneNumber: `010-1234-5678`,
email: `[email protected]`,
},
id: "customer-1234", // 고객사에서 관리하는 고객 고유번호
phoneNumber: `010-1234-5678`,
email: `[email protected]`,
},
amount: {
total: 10000,
},
total: 10000,
},
currency: "KRW",
productCount: 1,
},
Expand Down

0 comments on commit bbd58a5

Please sign in to comment.