Skip to content

Commit

Permalink
잘못된 주석 문구 수정 (해피정님,210720)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagla committed Jul 20, 2021
1 parent 0260fb9 commit 42bf3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/shop/personalpayformupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
where od_id = '{$pp['od_id']}' ";
$result = sql_query($sql, false);

// 결제정보 입력 오류시 kcp 결제 취소
// 결제정보 입력 오류시 결제 취소
if(!$result) {
$cancel_msg = '결제정보 입력 오류';
switch($default['de_pg_service']) {
Expand Down

0 comments on commit 42bf3d6

Please sign in to comment.