confirm.php 에서 결제 실패 연동시 질문입니다.

php

confirm.php



if ($httpCode == 200) {
// TODO: .
error_log($response);
} else {
// TODO: .
error_log($response);
}


if ($httpCode == 200) {

?



.
Was this page helpful?