[php] 페이팔 금액 설정 방법
페이지 정보
본문
Converting an Existing Payment Button |
If you already have payment buttons on your website, you can convert the buttons to a different currency by adding one line of HTML code. (Make sure you also convert the item amount when you convert your buttons to another currency.) For example, if you wish to accept payment in Euros, specify the currency_code in your payment button as follows:
|
The value you specify for the currency_code should be one of the following available currencies:
|
If the currency_code is omitted, the default currency will be U.S. Dollars.
Sample Code |
Here's what the payment button code looks like for an item priced in Pounds Sterling:
<input type="hidden" name="currency_code" value="GBP">
추천0
댓글목록
등록된 댓글이 없습니다.