Page 23 - 17.Payment Process-결제(40P)
P. 23
결제 결과 이력관리 쿼리 (기존)
"Insert Into gPGResult10T
(authyn, trno, trddt, trdtm, authno, isscd, aqucd, ordno, amt, msg1, msg2, p_result)
Values ('" + authyn + "'
, '" + trno + "'
, '" + trddt + "'
, '" + trdtm + "'
, '" + authno + "'
, '" + isscd + "'
, '" + aqucd + "'
, '" + ordno + "'
, '" + amt + "'
, '" + msg1 + "'
, '" + msg2 + "'
, '" + p_result + "'
)