-
Notifications
You must be signed in to change notification settings - Fork 26
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
31e9762
commit b29b494
Showing
2 changed files
with
14 additions
and
10 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 |
---|---|---|
|
@@ -176,14 +176,17 @@ import Hint from "~/components/Hint.astro"; | |
} | ||
} | ||
``` | ||
|
||
<Hint style="success"> | ||
**국내 결제창 카드 별 승인 통화** | ||
|
||
**해외카드** | ||
**국내 결제창 카드 별 승인 통화** | ||
|
||
**해외카드** | ||
|
||
- VISA/MAster/JCB : KRW 승인 (자국통화승인 서비스 가능) | ||
- AMEX/UnionPay : USD 승인 (자국통화승인 서비스 불가) | ||
- AMEX/UnionPay : USD 승인 (자국통화승인 서비스 불가) | ||
|
||
**국내카드(국내에서 발행 된 (8개) 카드사 모두 이용 가능)** | ||
|
||
- 결제(승인)/정산 통화 : KRW만 지원 | ||
</Hint> | ||
|
||
|
@@ -196,15 +199,15 @@ import Hint from "~/components/Hint.astro"; | |
merchant_uid: "order_no_0001", | ||
name: "주문명:결제테스트", | ||
amount: 14.2, | ||
currency: "KRW", | ||
currency: "KRW", | ||
buyer_email: "[email protected]", | ||
buyer_name: "구매자이름", | ||
buyer_tel: "010-1234-5678", | ||
buyer_addr: "서울특별시 강남구 삼성동", | ||
buyer_postcode: "123-456", | ||
popup: false, | ||
bypass: { | ||
issuercountry: "KR", | ||
issuercountry: "KR", | ||
}, | ||
}); | ||
``` | ||
|
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