모바일 lg 결제 모듈 추가 작업 중

This commit is contained in:
chicpro
2014-04-04 17:56:30 +09:00
parent e8680530ff
commit b291d21224
20 changed files with 790 additions and 341 deletions

View File

@ -122,7 +122,7 @@ $sql = " update {$g5['g5_shop_personalpay_table']}
where pp_id = '{$pp['pp_id']}' ";
$result = sql_query($sql, false);
// 결제정보 입력 오류시 kcp 결제 취소
// 결제정보 입력 오류시 결제 취소
if(!$result) {
$cancel_msg = '결제정보 입력 오류';
switch($default['de_pg_service']) {
@ -156,7 +156,7 @@ if($pp_receipt_price > 0 && $pp['pp_id'] && $pp['od_id']) {
where od_id = '{$pp['od_id']}' ";
$result = sql_query($sql, false);
// 결제정보 입력 오류시 kcp 결제 취소
// 결제정보 입력 오류시 결제 취소
if(!$result) {
$cancel_msg = '결제정보 입력 오류';
switch($default['de_pg_service']) {