이니시스 신용카드 포인트 결제 기능 넣음

This commit is contained in:
thisgun
2017-09-15 15:28:43 +09:00
parent 25d280b06d
commit 04b5b529b5
6 changed files with 25 additions and 3 deletions

View File

@ -91,6 +91,9 @@ $PAY_METHOD = array(
'VBANK' => '가상계좌'
);
//신용카드 포인트 결제에 관한 옵션 ( 신청해야 함 )
$inicis_cardpoint = $default['de_inicis_cartpoint_use'] ? '&cp_yn=Y' : '';
$noti_url = G5_MSHOP_URL.'/inicis/settle_common.php';
$next_url = G5_MSHOP_URL.'/inicis/pay_approval.php';
$return_url = G5_MSHOP_URL.'/inicis/pay_return.php?oid=';