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>

.
Was this page helpful?