nick
TPToss payments 개발자 커뮤니티
•Created by nick on 2/6/2024 in #❓┃연동개발-문의
Warning: Attempt to read property "message"
코딩없이 시작하기 -> php 버전으로 사용중인데 완료 부분에서
결제 실패
code =
Warning: Attempt to read property "message" on null in C:\inetpub\wwwroot\2024\braze\success.php on line 96
message =
Warning: Attempt to read property "code" on null in C:\inetpub\wwwroot\2024\braze\success.php on line 97
에러가 나는데 왜 그런 걸까요?
<p>code = <?php echo $responseJson->message ?></p>
<p>message = <?php echo $responseJson->code ?></p>
이 부분 입니다.
6 replies