NHN_KCP 간편결제-네이버페이,카카오페이 적용

This commit is contained in:
thisgun
2020-09-16 12:17:38 +09:00
parent 053eb7e271
commit 16c34cd0f2
38 changed files with 1071 additions and 200 deletions

View File

@ -312,23 +312,6 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
// 결제방법
$s_receipt_way = check_pay_name_replace($od['od_settle_case'], $od);
if($od['od_settle_case'] == '간편결제') {
switch($od['od_pg']) {
case 'lg':
$s_receipt_way = 'PAYNOW';
break;
case 'inicis':
$s_receipt_way = 'KPAY';
break;
case 'kcp':
$s_receipt_way = 'PAYCO';
break;
default:
$s_receipt_way = check_pay_name_replace($row['od_settle_case'], $od);
break;
}
}
if ($od['od_receipt_point'] > 0)
$s_receipt_way .= "+포인트";
?>