이니시스 웹표준 결제모듈 적용
This commit is contained in:
@ -7,14 +7,18 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<?php
|
||||
if($default['de_tax_flag_use']) {
|
||||
?>
|
||||
<input type="hidden" name="comm_tax_mny" value="<?php echo $comm_tax_mny; ?>"> <!-- 과세금액 -->
|
||||
<input type="hidden" name="comm_vat_mny" value="<?php echo $comm_vat_mny; ?>"> <!-- 부가세 -->
|
||||
<input type="hidden" name="comm_free_mny" value="<?php echo $comm_free_mny; ?>"> <!-- 비과세 금액 -->
|
||||
<input type="hidden" name="comm_tax_mny" value="<?php echo $comm_tax_mny; ?>"> <!-- 과세금액 -->
|
||||
<input type="hidden" name="comm_vat_mny" value="<?php echo $comm_vat_mny; ?>"> <!-- 부가세 -->
|
||||
<input type="hidden" name="comm_free_mny" value="<?php echo $comm_free_mny; ?>"> <!-- 비과세 금액 -->
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<input type="hidden" name="version" value="1.0" >
|
||||
<input type="hidden" name="mid" value="<?php echo $mid; ?>">
|
||||
<input type="hidden" name="oid" value="<?php echo $od_id; ?>">
|
||||
<input type="hidden" name="goodname" value="<?php echo $goods; ?>">
|
||||
<input type="hidden" name="price" value="<?php echo $tot_price; ?>">
|
||||
<input type="hidden" name="buyername" value="">
|
||||
<input type="hidden" name="buyeremail" value="">
|
||||
<input type="hidden" name="parentemail" value="">
|
||||
@ -37,17 +41,7 @@ Card(0): 신용카드 지불시에 이니시스 대표 가맹점인 경우에
|
||||
OCB : OK CASH BAG 가맹점으로 신용카드 결제시에 OK CASH BAG 적립을 적용하시기 원하시면 "OCB" 세팅 필요 그 외에 경우에는 삭제해야 정상적인 결제 이루어짐.
|
||||
no_receipt : 은행계좌이체시 현금영수증 발행여부 체크박스 비활성화 (현금영수증 발급 계약이 되어 있어야 사용가능)
|
||||
-->
|
||||
<input type="hidden" name="acceptmethod" value="HPP(2):Card(0):no_receipt:cardpoint<?php echo $useescrow; ?>">
|
||||
|
||||
|
||||
<!--
|
||||
상점 주문번호 : 무통장입금 예약(가상계좌 이체),전화결재 관련 필수필드로 반드시 상점의 주문번호를 페이지에 추가해야 합니다.
|
||||
결제수단 중에 은행 계좌이체 이용 시에는 주문 번호가 결제결과를 조회하는 기준 필드가 됩니다.
|
||||
상점 주문번호는 최대 40 BYTE 길이입니다.
|
||||
주의:절대 한글값을 입력하시면 안됩니다.
|
||||
-->
|
||||
<input type="hidden" name="oid" value="<?php echo $od_id; ?>">
|
||||
|
||||
<input type="hidden" name="acceptmethod" value="<?php echo $acceptmethod; ?>">
|
||||
|
||||
<!--
|
||||
플러그인 좌측 상단 상점 로고 이미지 사용
|
||||
@ -68,19 +62,18 @@ no_receipt : 은행계좌이체시 현금영수증 발행여부 체크박스 비
|
||||
<!--
|
||||
플러그인에 의해서 값이 채워지거나, 플러그인이 참조하는 필드들
|
||||
삭제/수정 불가
|
||||
uid 필드에 절대로 임의의 값을 넣지 않도록 하시기 바랍니다.
|
||||
-->
|
||||
<input type="hidden" name="ini_encfield" value="">
|
||||
<input type="hidden" name="ini_certid" value="">
|
||||
<input type="hidden" name="quotainterest" value="">
|
||||
<input type="hidden" name="paymethod" value="">
|
||||
<input type="hidden" name="cardcode" value="">
|
||||
<input type="hidden" name="cardquota" value="">
|
||||
<input type="hidden" name="rbankcode" value="">
|
||||
<input type="hidden" name="reqsign" value="DONE">
|
||||
<input type="hidden" name="encrypted" value="">
|
||||
<input type="hidden" name="sessionkey" value="">
|
||||
<input type="hidden" name="uid" value="">
|
||||
<input type="hidden" name="sid" value="">
|
||||
<input type="hidden" name="version" value="4000">
|
||||
<input type="hidden" name="clickcontrol" value="">
|
||||
<input type="hidden" name="timestamp" value="">
|
||||
<input type="hidden" name="signature" value="">
|
||||
<input type="hidden" name="returnUrl" value="<?php echo $returnUrl; ?>">
|
||||
<input type="hidden" name="mKey" value="">
|
||||
<input type="hidden" name="charset" value="UTF-8">
|
||||
<input type="hidden" name="payViewType" value="overlay">
|
||||
<input type="hidden" name="closeUrl" value="<?php echo $closeUrl; ?>">
|
||||
<input type="hidden" name="popupUrl" value="<?php echo $popupUrl; ?>">
|
||||
<input type="hidden" name="nointerest" value="<?php echo $cardNoInterestQuota; ?>">
|
||||
<input type="hidden" name="quotabase" value="<?php echo $cardQuotaBase; ?>">
|
||||
<?php if($default['de_tax_flag_use']) { ?>
|
||||
<input type="hidden" name="tax" value="<?php echo $comm_vat_mny; ?>">
|
||||
<input type="hidden" name="taxfree" value="<?php echo $comm_free_mny; ?>">
|
||||
<?php } ?>
|
||||
Reference in New Issue
Block a user