-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b25a9a6
commit bbd58a5
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
}, | ||
|