pg 결제 tno 저장 필드명 변경

This commit is contained in:
chicpro
2013-06-19 15:20:31 +09:00
parent 452094836f
commit f72791a315
8 changed files with 46 additions and 28 deletions

View File

@ -146,7 +146,7 @@ if(!$default['de_card_test']) {
set od_receipt_amount = '$ipgm_mnyx',
od_receipt_time = '$tx_tm'
where od_id = '$order_no'
and od_escrow1 = '$tno' ";
and od_tno = '$tno' ";
sql_query($sql, FALSE);
}