김솔
김솔
전화결제 문의
기존 LG U+에서 사용중인 javascript:GoKVPsafe_new2 javascript:GoKVPsafe 이 두가지 방식이 작동되지 않습니다.
48 replies
success.php 문의
결제 호출 후 success.php로 넘어갔을 때 $paymentKey = $_GET['paymentKey']; $orderId = $_GET['orderId']; $amount = $_GET['amount']; $url = 'https://api.tosspayments.com/v1/payments/confirm'; $data = ['paymentKey' => $paymentKey, 'orderId' => $orderId, 'amount' => $amount]; data 부분에서 에러가 나고 넘어가지 않습니다. 무엇이 문제일까요 ㅠ
32 replies