From bbd58a5135baf2dedc0824f6a139ac8a97a96f36 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 19 Jun 2024 18:11:18 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=B0=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/ko/v2-payment/pg/inicis-v2.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx b/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx index 9a1e5d744..1573a9c07 100644 --- a/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx +++ b/src/content/docs/ko/v2-payment/pg/inicis-v2.mdx @@ -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: `test@test.com`, - }, + id: "customer-1234", // 고객사에서 관리하는 고객 고유번호 + phoneNumber: `010-1234-5678`, + email: `test@test.com`, + }, amount: { - total: 10000, - }, + total: 10000, + }, currency: "KRW", productCount: 1, },