Merge branch 'master' of github.com:gnuboard/yc5

This commit is contained in:
thisgun
2021-05-11 18:25:13 +09:00

View File

@ -10,7 +10,7 @@ $sql = " select * from {$g5['g5_shop_order_table']} where od_id = '$od_id' ";
$od = sql_fetch($sql);
if(! (isset($od['od_id']) && $od['od_id']))
alert_close('주문정보가 존하지 않습니다.');
alert_close('주문정보가 존하지 않습니다.');
if($od['od_pg'] == 'inicis' && $od['od_settle_case'] == '계좌이체')
alert_close('KG이니시스는 신용카드만 부분취소가 가능합니다.');