|
|
@ -142,7 +142,7 @@ |
|
|
// echo "\r\n"; |
|
|
// echo "\r\n"; |
|
|
// echo "[response data(clear text)]: {$response_data}"; |
|
|
// echo "[response data(clear text)]: {$response_data}"; |
|
|
// die(); |
|
|
// die(); |
|
|
echo json_decode($response_data); |
|
|
var_dump(json_decode($response_data)); |
|
|
$_SESSION['response_data_json'] = $response_data; |
|
|
$_SESSION['response_data_json'] = $response_data; |
|
|
// return $response_data; |
|
|
// return $response_data; |
|
|
|
|
|
|
|
|
|