모바일 삼성페이를 다른 PG서비스와 함께 쓸수 있도록 처리
This commit is contained in:
22
mobile/shop/samsungpay/orderform.2.php
Normal file
22
mobile/shop/samsungpay/orderform.2.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
//삼성페이 사용시에만 해당함
|
||||
if( ! $default['de_samsung_pay_use'] || ('inicis' == $default['de_pg_service']) ){ //PG가 이니시스인 경우 아래 내용 사용 안함
|
||||
return;
|
||||
}
|
||||
?>
|
||||
<input type="hidden" name="good_mny" value="<?php echo $tot_price ?>" >
|
||||
<input type="hidden" name="res_cd" value=""> <!-- 결과 코드 -->
|
||||
|
||||
<input type="hidden" name="P_HASH" value="">
|
||||
<input type="hidden" name="P_TYPE" value="">
|
||||
<input type="hidden" name="P_UNAME" value="">
|
||||
<input type="hidden" name="P_AUTH_DT" value="">
|
||||
<input type="hidden" name="P_AUTH_NO" value="">
|
||||
<input type="hidden" name="P_HPP_CORP" value="">
|
||||
<input type="hidden" name="P_APPL_NUM" value="">
|
||||
<input type="hidden" name="P_VACT_NUM" value="">
|
||||
<input type="hidden" name="P_VACT_NAME" value="">
|
||||
<input type="hidden" name="P_VACT_BANK" value="">
|
||||
<input type="hidden" name="P_CARD_ISSUER" value="">
|
||||
Reference in New Issue
Block a user