Browse Source

결제테스트 5

marseyes 2 years ago
parent
commit
a2d2b8a815
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

+ 5 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

@@ -281,10 +281,13 @@ function f_mobile_cert() {
281
 /* 승인 요청 */
281
 /* 승인 요청 */
282
 function f_submit() {
282
 function f_submit() {
283
 		
283
 		
284
-	let param = $('#frm_pay').serializeObject();	
284
+	let param = $('#frm_pay').serializeObject();
285
+	
286
+	console.log("REQ : " + JSON.stringify(param));
287
+		
285
 	fn_ajax_call(EASYPAY_PAYMENT_REQUEST, JSON.stringify(param), function(result) {
288
 	fn_ajax_call(EASYPAY_PAYMENT_REQUEST, JSON.stringify(param), function(result) {
286
 		
289
 		
287
-		console.log(JSON.stringify(result));
290
+		console.log("RES : " + JSON.stringify(result));
288
 		
291
 		
289
 		if(result.res_cd == '0000') {
292
 		if(result.res_cd == '0000') {
290
 			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기	
293
 			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기